New Item Row

 
Company Name Contact Name Contact Title Phone Country City  
Click here to add a new row
Exotic LiquidsCharlotte CooperPurchasing Manager(171) 555-2222UKLondon
New Orleans Cajun DelightsShelley BurkeOrder Administrator(100) 555-4822USANew Orleans
Grandma Kelly's HomesteadRegina MurphySales Representative(313) 555-5735USAAnn Arbor
Tokyo TradersYoshi NagaseMarketing Manager(03) 3555-5011JapanTokyo
Cooperativa de Quesos 'Las Cabras'Antonio del Valle SaavedraExport Administrator(98) 598 76 54SpainOviedo
Mayumi'sMayumi OhnoMarketing Representative(06) 431-7877JapanOsaka
Pavlova, Ltd.Ian DevlingMarketing Manager(03) 444-2343AustraliaMelbourne
Specialty Biscuits, Ltd.Peter WilsonSales Representative(161) 555-4448UKManchester
PB Knäckebröd ABLars PetersonSales Agent031-987 65 43SwedenGöteborg
Refrescos Americanas LTDACarlos DiazMarketing Manager(11) 555 4640BrazilSao Paulo
Heli Süßwaren GmbH & Co. KGPetra WinklerSales Manager(010) 9984510GermanyBerlin
Plutzer Lebensmittelgroßmärkte AGMartin BeinInternational Marketing Mgr.(069) 992755GermanyFrankfurt
Nord-Ost-Fisch Handelsgesellschaft mbHSven PetersenCoordinator Foreign Markets(04721) 8713GermanyCuxhaven
Formaggi Fortini s.r.l.Elio RossiSales Representative(0544) 60323ItalyRavenna
Norske MeierierBeate VileidMarketing Manager(0)2-953010NorwaySandvika
Bigfoot BreweriesCheryl SaylorRegional Account Rep.(503) 555-9931USABend
Svensk Sjöföda ABMichael BjörnSales Representative08-123 45 67SwedenStockholm
Aux joyeux ecclésiastiquesGuylène NodierSales Manager(1) 03.83.00.68FranceParis
New England Seafood CanneryRobb MerchantWholesale Account Agent(617) 555-3267USABoston
Leka TradingChandra LekaOwner555-8787SingaporeSingapore
LyngbysildNiels PetersenSales Manager43844108DenmarkLyngby
Zaanse SnoepfabriekDirk LuchteAccounting Manager(12345) 1212NetherlandsZaandam
Karkki OyAnne HeikkonenProduct Manager(953) 10956FinlandLappeenranta
G'day, MateWendy MackenzieSales Representative(02) 555-5914AustraliaSydney
Ma MaisonJean-Guy LauzonMarketing Manager(514) 555-9022CanadaMontréal
Pasta Buttini s.r.l.Giovanni GiudiciOrder Administrator(089) 6547665ItalySalerno
Escargots NouveauxMarie DelamareSales Manager85.57.00.07FranceMontceau
Gai pâturageEliane NozSales Representative38.76.98.06FranceAnnecy
Forêts d'érablesChantal GouletAccounting Manager(514) 555-2955CanadaSte-Hyacinthe
Data grid with 29 rows and 7 columns
0 rows are selected

Our New Item Row allows users to add data rows to the DevExpress Blazor Grid component. To display this row, set the EditNewItemRow property to one of the following values:

  • FixedOnTop — The Grid displays the new item row above data records and keeps it visible during vertical scrolling and paging operations.
  • LastRow — The Grid displays the new item row after the last data record.

Use the combo box in the Grid toolbar to change the New Item Row's position.

In EditCell mode, users can press Tab or Shift+Tab keys to navigate between data cells in the New Item Row. When leaving the last/first cell, focus moves back to this row's first/last data cell, and the Grid validates row values. Based on validation results, the component performs one of the following actions:

  • If validation fails, the component displays error icons.
  • If validation succeeds, the component saves changes and starts editing a new row.

In this demo, validation is disabled. Once focus leaves the New Item Row, the Grid adds the row to the data source. The EditOnKeyPress property is enabled and row editing starts once you begin typing.