Hi,
In my solution i have created Master page with dynamically loaded RadPanel binding with datatable in Codebehind . And used this as Master page to my Child Pages.I have binded the RadPanelItems and assigned the items with Redirection using NavigateUrl Property .
After Navigation from ChildItem of menu click ,i cannot find the Selected item of menu control in the loaded child pages.
In my scenario i have to get the selected item value in child pages and need to select particular parent item of the child and expand the parent item by code behind.
I have set PersistStateInCookie = true .But i want to select the RadpanelItem and their child item for my application scenarios. Please give me the solution asap.
Thanks.