Hi,
I am using a web user control to update data for RadGrid. In the webusercontrol, I have a RadTabStrip with RadMutiPage. Inside a page I have lots of controls. When the webuserform opens up, the RadTabStrip has the scrollbars attached to the page . I want to display the webusercontrol edit form without the scrollbars.
Any idea?
Thanks,
Rita
I am using a web user control to update data for RadGrid. In the webusercontrol, I have a RadTabStrip with RadMutiPage. Inside a page I have lots of controls. When the webuserform opens up, the RadTabStrip has the scrollbars attached to the page . I want to display the webusercontrol edit form without the scrollbars.
Any idea?
Thanks,
Rita
| <telerik:RadSplitter ID="RadSplitter1" runat="server" skin="Office2007" Width="500" Height="500"> |
| <telerik:RadSplitBar ID="RadSplitBar1" runat="server" /> |
| <telerik:RadPane ID="RadPane1" runat="server"> |
| <telerik:RadTabStrip ID="RadTabStrip1" runat="server" |
| MultiPageID="RadMultiPage1" AutoPostBack="true" CausesValidation="false" Width="100%"> |
| <Tabs> |
| <telerik:RadTab runat="server" Text="IDR Info" PageViewID="IDRInfoPage"> |
| </telerik:RadTab> |
| <telerik:RadTab runat="server" Text="Requestor Info" PageViewID="RequestorInfoPage"> |
| </telerik:RadTab> |
| <telerik:RadTab runat="server" Text="IDR Result Info" PageViewID="IDRResultInfoPage"> |
| </telerik:RadTab> |
| </Tabs> |
| </telerik:RadTabStrip> |
| <telerik:RadMultiPage ID="RadMultiPage1" runat="server" SelectedIndex="0" RenderSelectedPageOnly="false"> |
| <telerik:RadPageView ID="IDRInfoPage" runat="server" Height="500" Width="500"> |