Skip to main content
A newer version of this page is available. .
All docs
V21.2

Why 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