Skip to main content
All docs
V23.2

The 'Specified method is not supported' and 'Updating is not supported by data source 'X' unless UpdateCommand is specified' errors occur

  • 2 minutes to read

These errors may occur if you bind ASPxGridView to a custom data source at runtime and do not implement CRUD operations (such as INSERT, SELECT, UPDATE, and DELETE).

To resolve these errors, handle the following ASPxGridView events:

See Also