Hi,
I am using RadTabStrip. I am dynamically adding PageView on Tab Click. Now, in every pageVirew i am trying to load a single usercontrol containing a Rad Grid with different Data Source based on the tab Name.
I am able to load the user control, but the problem is after clicking all (3) tabs when i open the previous tabs, i have RadGrid with latest data.Since i am using the same usercontrol(with rad grid), same data is loaded in all the tabs.
As per my requirement, I want the previous tabs with the corresponding loaded data. Could you please provide your feedback on this ?