Hi,
I have a master page which has RadAjaxManager. In content Page (page1.aspx), I am loading the user control 1 dynamically. The user control 1 has a grid . I am using external edit form to update/add/delete data inside the grid, which is included in another user control 2. The user control2 also gets loaded dynamically.
Everything is working fine. But when I try to go to Page1 to Page-2 and try to select an item in page-2, the selected item inside the grid is not changing . Still the selected item is the Item I selected in Page1.
I use a session variable to store the selectedItem and update it in "RadGrid1_SelectedIndexChanged" event.
Any idea why it is happening?
Thanks!
I have a master page which has RadAjaxManager. In content Page (page1.aspx), I am loading the user control 1 dynamically. The user control 1 has a grid . I am using external edit form to update/add/delete data inside the grid, which is included in another user control 2. The user control2 also gets loaded dynamically.
Everything is working fine. But when I try to go to Page1 to Page-2 and try to select an item in page-2, the selected item inside the grid is not changing . Still the selected item is the Item I selected in Page1.
I use a session variable to store the selectedItem and update it in "RadGrid1_SelectedIndexChanged" event.
Any idea why it is happening?
Thanks!