Please Help,
I have a Grid placed inside a nested multipage. The Multipage is affected by tabs. Ill try to explain below.
-outer Multipage
-PageView: Contains Tabs and Related MultiPage
-inner MultiPage: Contains Tab Pages which contain the Grids in question
-PageView: Contains FormView to display the details of the item selected in the other Grids.
So what is happening is that when I wanted to Tabs to postback when selected I set the autopostback to true and then added to the RadAjax manager below
When the tab is selected it changes the OuterMultiPage to show the Page with the Grids Multipage. That part works but the GridData section of the grid is set to 10px for the height. I have no Idea why. I tried to create a GridCreated client event to set the height back to 100% but then I lose my scrollbars and when I resize the page it goes right back to 10%.
Any Ideas.
Thanks for any help in advance.
I have a Grid placed inside a nested multipage. The Multipage is affected by tabs. Ill try to explain below.
-outer Multipage
-PageView: Contains Tabs and Related MultiPage
-inner MultiPage: Contains Tab Pages which contain the Grids in question
-PageView: Contains FormView to display the details of the item selected in the other Grids.
So what is happening is that when I wanted to Tabs to postback when selected I set the autopostback to true and then added to the RadAjax manager below
<
telerik:AjaxSetting
AjaxControlID
=
"Tabs"
>
<
UpdatedControls
>
<
telerik:AjaxUpdatedControl
ControlID
=
"Tabs"
/>
<
telerik:AjaxUpdatedControl
ControlID
=
"OuterMultiPage"
/>
</
UpdatedControls
>
</
telerik:AjaxSetting
>
Any Ideas.
Thanks for any help in advance.