Hi,
What is the best way to display a dynamic dataset in a kendo grid?
Dynamic as in the datatable within the dataset could have any number of columns, I simply want the grid to render them with paging.
I have tried to return the dataset from a WCF service like Dataset.GetXml(), but that doesnt seem to work.
Using the WCF data services with OData is not an option. The stored procedure called is also not known on the server.
Thx
What is the best way to display a dynamic dataset in a kendo grid?
Dynamic as in the datatable within the dataset could have any number of columns, I simply want the grid to render them with paging.
I have tried to return the dataset from a WCF service like Dataset.GetXml(), but that doesnt seem to work.
Using the WCF data services with OData is not an option. The stored procedure called is also not known on the server.
Thx