Hi,
We are using Q3 2009 controls. I'm having an issue with RadGrid. In Prerender, I'm hiding certain rows based on some logic. Those rows are also included in paging and the page size is off by the hideen row count.
How can I fix this. Your help is greatly appreciated.
Thanks,
BC
1 Answer, 1 is accepted
0
Accepted
Radoslav
Telerik team
answered on 10 Jun 2011, 12:03 PM
Hi BC,
The RadGrid paging is performed on the items from the data source, so in order to achieve the desired functionality you need to remove the hidden items from the data source to which the RadGrid is bound.