Hi Hristo,
Thanks for your quick turnaround.
In my case, it is not localdata source; I get the server-side response as JSON dynamically.
var dataFilter = {"consumerID":10001,"maxResults":50};
var source = {
datatype : "json",
type : "POST",
data : dataFilter,
datafields : [
{name:"firstName",type:"string"},
{name:"lastName",type:"string"},
{name:"consumerID",type:"number"}
],
url : //server-side url goes here,
root : //root node of JSON
};
var usersAdapter = new $.jqx.dataAdapter(source);
Similar to the example you had provided, how can I set the new data as the source to the grid?
Can you please provide me a sample fiddle implementation?
Looking forward.
Regards,
Raj