Assign New Data Source To JQWidgets JQX Grid
In this post, we will see how we can assign a new data source to JQWidgets JQX Grid. I hope you will like it.
Using The Code
[js]
var dataAdapter = new $.jqx.dataAdapter(source);
$("#jqxgrid").jqxGrid({ source: dataAdapter });
[/js]
Here jqxgrid is the ID of the div element in which we bind grid.
source is our new data source.
Please see other code snippets here: Code-Snippets
Kindest Regards
Sibeesh Venu