I want to use Kendo grid with following functionalities.
* I don't have a fixed schema. I want to extract columns from data source(JSON data returned by WCF or ASP.NET web API).
* Refresh grid(schema and data both) on other elements event. For eg. if there is three buttons on the page, on click of these buttons grid will get refreshed completely with new data and schema.
* Multi-column filter :- there should be multi-column custom filter.
* I don't have a fixed schema. I want to extract columns from data source(JSON data returned by WCF or ASP.NET web API).
* Refresh grid(schema and data both) on other elements event. For eg. if there is three buttons on the page, on click of these buttons grid will get refreshed completely with new data and schema.
* Multi-column filter :- there should be multi-column custom filter.