This is a migrated thread and some comments may be shown as answers.

RadPageView and GridView- Looses all formatting when on a button click event

1 Answer 46 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Ishk
Top achievements
Rank 1
Ishk asked on 23 Aug 2012, 07:19 AM
Hi Telerik Team,

I am stucked with an issue while using the RadTabStrip.
I have used RadTabStrip having three tabs and respective PageViews. In the PageView, I am calling a usercontrol, which is a gridview.
Now the bottom of my page has a button to Save, which is outside the TabStrip.

The issue is, when I try to save the contents of the grid that gets exposed through the pageview, my grid reloads and I loose all formatting, that I had done in the gridview_rowdatabound event.

Also below is the code where I am ajaxifying radTabStrip and RadMultiPage

 

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">

 <AjaxSettings>

 <telerik:AjaxSetting AjaxControlID="RadMultiPage1">

<UpdatedControls>

<telerik:AjaxUpdatedControl ControlID="RadTabStrip1"/> 

<telerik:AjaxUpdatedControl ControlID="RadMultiPage1" LoadingPanelID="LoadingPanel1"/>

 </UpdatedControls>

 </telerik:AjaxSetting>

 <telerik:AjaxSetting AjaxControlID="RadTabStrip1">

 <UpdatedControls>

 <telerik:AjaxUpdatedControl ControlID="RadTabStrip1" />

 <telerik:AjaxUpdatedControl ControlID="RadMultiPage1" LoadingPanelID="LoadingPanel1" />

 </UpdatedControls>

 </telerik:AjaxSetting>

Looking forward for a quick response, as I am stucked with this issue from past 2 dayz, with nothing posted on net for the same.

Thanks!

 

1 Answer, 1 is accepted

Sort by
0
Ishk
Top achievements
Rank 1
answered on 24 Aug 2012, 10:12 AM
Please reply, I am in need of an urgent asnwer :|
Tags
TabStrip
Asked by
Ishk
Top achievements
Rank 1
Answers by
Ishk
Top achievements
Rank 1
Share this question
or