Hello,
I'm trying to populate the radgrid on the client side using this demo:
http://demos.telerik.com/aspnet-ajax/grid/examples/client/databinding/defaultcs.aspx
In the demo, there is this call:
Is it possible to pass extra parameters to the GetData server method?
Thanks.
I'm trying to populate the radgrid on the client side using this demo:
http://demos.telerik.com/aspnet-ajax/grid/examples/client/databinding/defaultcs.aspx
In the demo, there is this call:
PageMethods.GetData(0, tableView.get_pageSize(),
tableView.get_sortExpressions().toString(), tableView.get_filterExpressions().toList(),
updateGrid);
Is it possible to pass extra parameters to the GetData server method?
Thanks.