Hello All,
I have a web application that uses several of the Telerik controls. The default page of the web application contains a tabstrip control and a radgrid control. The user can search for persons or employers which will cause a new tab to be instantiated for each new entity.
The radgrid is rendered with the correct data based on the tab that is selected.
The issue that I am experiencing occurs if I try to update pagesize and currentpageindex. The pagesize and currentpageindex are being saved in the session for each tab instance. I am attempting to update the radgrid during the prerender event with the correct pagesize and currentpageindex. Attempting to udpate in the prerender event does not change the pagesize or currentpageindex. What am I missing here?
Thanks for any help that you might be able to offer.
Regards,
Cliff