I have a question of the recommended way to handle errors from the Kendo Grid when using an OData data source.
I understand that using a custom data source, you can use the schema.errors property to define the property in the data source that contains errors.
Does OData have a corresponding concept? If not - is there a recommended way to handle errors from OData data sources?
Also - what does the grid do with any errors it receives? Log them using the kendo log API or something else?
thanks,
Adam
I understand that using a custom data source, you can use the schema.errors property to define the property in the data source that contains errors.
Does OData have a corresponding concept? If not - is there a recommended way to handle errors from OData data sources?
Also - what does the grid do with any errors it receives? Log them using the kendo log API or something else?
thanks,
Adam