<syncfusion:SfDataGrid Name="SfdataGrid" AddNewRowPosition="Bottom" AllowFiltering="True" AllowDraggingColumns="True" AllowEditing="True" SelectionMode="Single" ColumnSizer="Auto" AutoGenerateColumns="False" ItemsSource="{Binding Employee}" NavigationMode="cell"> <syncfusion:SfDataGrid.Columns> <syncfusion:GridTextColumn HeaderText="Employee ID" MappingName="EmployeeID" AllowFocus="True" /> <syncfusion:GridTextColumn HeaderText="Employee Name" MappingName="Name" /> <syncfusion:GridTextColumn MappingName="NationalIDNumber" /> <syncfusion:GridTextColumn MappingName="ContactID" /> <syncfusion:GridTextColumn MappingName="Title" /> <syncfusion:GridDateTimeColumn MappingName="HireDate" /> <syncfusion:GridDateTimeColumn MappingName="BirthDate" /> <syncfusion:GridNumericColumn MappingName="Salary" AllowFocus="False" /> </syncfusion:SfDataGrid.Columns> </syncfusion:SfDataGrid>
Hi Brett,
Sorry for the inconvenience caused.
We have analyzed your query. We have prepared a sample to achieve your requirement and you can download the sample from the following location,
Sample Location : http://www.syncfusion.com/downloads/support/forum/121133/ze/TAB_AddNewRow851091578
Please let us know if you need further assistance.
Regards,
Sowndaiyan