New Item Row
The GridControl provides the New Item Row feature to allow your end-users to enter new data rows. By default, this functionality is disabled. To activate it, set the NewItemRowVisibility property to true. An additional ‘Tap here to add a new row’ row appears above all data and group rows in the grid. When an end-user taps it, a new row with empty or default values appears telling the user to enter or change cell data. After all cell values are entered and focus leaves the newly created row, it is automatically committed to the grid’s data source.
The GridControl provides you with the InitNewRow event that you can handle to initialize specific fields within the new record.
Related APIs: