Suppose I have LEFT grid displaying a list of table names, and a RIGHT grid for displaying the table data when selection made on LEFT.
Basically I want to be able to display the xml formatted results of a "SELECT * from " + $('#LEFT').
Are there any demos or fiddles demonstrating this ?
Watched "Get Started With The Kendo UI DataSource" but not sure if I need to create a model definition for every table that could be queried.
Basically I want to be able to display the xml formatted results of a "SELECT * from " + $('#LEFT').
Are there any demos or fiddles demonstrating this ?
Watched "Get Started With The Kendo UI DataSource" but not sure if I need to create a model definition for every table that could be queried.