Hello,
I'm using the Telerik RadGrid in a declaritive data source mode. The grid makes a web service call to get it's data and perform sorting, filtering and pagination. I have added logic to the DataBinding event in javascript so that I can pass additional parameters to the web service method call. Everything works fine except for one oddity - clicking on the "last page" and the last numeric page button in the gird pagination controls never fire to make the web service call to get the last page. For example, I have a resultset with 33 item in it, and I'm displaying 10 items per page. The grid correctly displays 4 paging buttons, and page 4 sholuld have 3 items to render - but when I click on page 4 the grid does not call the web service. I haven't seen any threads on this - Is this a known issue?
I'm using the Telerik RadGrid in a declaritive data source mode. The grid makes a web service call to get it's data and perform sorting, filtering and pagination. I have added logic to the DataBinding event in javascript so that I can pass additional parameters to the web service method call. Everything works fine except for one oddity - clicking on the "last page" and the last numeric page button in the gird pagination controls never fire to make the web service call to get the last page. For example, I have a resultset with 33 item in it, and I'm displaying 10 items per page. The grid correctly displays 4 paging buttons, and page 4 sholuld have 3 items to render - but when I click on page 4 the grid does not call the web service. I haven't seen any threads on this - Is this a known issue?