Hello Telerik Team,
I have developed my application similar to this.
I have two tabs with UserControls loaded inside them (Multipageview_created) and I would like to implement the logic where, If I click on a link on tab2, it should load a new tab with different tab name (like tab2_abc) that would restore the pagestate in Tab2.
I am able to get the pagestate (which gives me for both tabs) and if I follow the Addtab(...) method to dynamically create a new tab, I get the
error: Obj ref not set to instance of obj.... near RadTabStrip1.tabs.add(...)
So, the issue is new tab cannot be added dynamically to load a new radpageview into it on Postback.
I have developed my application similar to this.
I have two tabs with UserControls loaded inside them (Multipageview_created) and I would like to implement the logic where, If I click on a link on tab2, it should load a new tab with different tab name (like tab2_abc) that would restore the pagestate in Tab2.
I am able to get the pagestate (which gives me for both tabs) and if I follow the Addtab(...) method to dynamically create a new tab, I get the
error: Obj ref not set to instance of obj.... near RadTabStrip1.tabs.add(...)
So, the issue is new tab cannot be added dynamically to load a new radpageview into it on Postback.