Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.
Use the DeleteRecord method to delete records from the vertical grid. The DeleteRecord method is only in effect if the vertical grid functions in bound mode.
Note
The DeleteRecord method is only in effect for data sources that support record deletion. This method not only removes a row(s) from a grid but also deletes the object which represents this row in the data source. For instance, if the data source is a DataView object, the rows are represented as DataRow objects and the DeleteRecord method invokes its Delete method.