Hi,
i am working on grid population at client side by page methods. i am using like this
PageMethods.GetData(currentPageIndex * pageSize, pageSize, sortExpressionsAsSQL, filterExpressions.toList(), updateGrid);
updateGrid is a client side method in which i bind the resultset to grid. in item command some time it goes into updategrid method and sometimes not i donot know why when i click on page button.
plz help
Regards,
Faisal
i am working on grid population at client side by page methods. i am using like this
PageMethods.GetData(currentPageIndex * pageSize, pageSize, sortExpressionsAsSQL, filterExpressions.toList(), updateGrid);
updateGrid is a client side method in which i bind the resultset to grid. in item command some time it goes into updategrid method and sometimes not i donot know why when i click on page button.
plz help
Regards,
Faisal