This example shows how to insert, edit and delete data in a data table by using ASPxGridView. The data table and the grid are created at runtime.
To be able to store data in ViewState, the ASPxGridView.EnableCallBacks property should be set to False. Refer to the K18387: The Concept of Callbacks article for additional details.
See Also:
KA18686: ASPxGridView - How to implement CRUD operations with a custom data source
T191009: How to insert, edit and delete data in a data table by using ASPxGridView at runtime when data is stored in Session
Editing an in-memory dataset