Dipanjana 0 Light Poster

0
down vote
favorite
I have a telerik tab strip with 2 tabs , I have a combobox (component art) and a datagrid in first tab and some textboxes in second tab . Based on change in combobox selection, grid data loads . When I make a selection in combobox and load grid data the first page in the grid appears. On moving to next tab and while i come back to the previous tab , grid data does not load . Even if grid data loads on tab change , i have page index issue ie. if first page in grid loads and i go to second page and then on combobox selection change , first page in the grid loads and now when i go to next tab and come back to previous , first page should load but second page loads .I guess the page index of the previous selection . I would like to know how to set page index to 0 based on certain condition and set it to other maybe by using session variables. I need a solution at the earliest . Basically i need to retain grid page index using session variables .