or
<telerik:RadMultiPage runat="server" ID="RadMultiPage1" SelectedIndex="0" RenderSelectedPageOnly="false">
<telerik:RadPageView ID="RadPageView1" runat="server">
<telerik:RadGrid ID="radGrd1">
<MasterTableView>
<DetailTables>
<telerik:GridTableView>
<NestedViewTemplate>
<telerik:RadMultiPage>
<telerik:RadPageView>
<%--add Radgrid Here--%>
</telerik:RadPageView>
</telerik:RadMultiPage>
</NestedViewTemplate>
</telerik:GridTableView>
</DetailTables>
</MasterTableView>
</telerik:RadGrid>
</telerik:RadPageView>
Here is a skeleton of the code i am using..RadPanelbar_WebBlue{ margin:0 0 0 0 !important; text-align:center !important; vertical-align:text-top !important;}<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" UpdatePanelsRenderMode="Inline"> <AjaxSettings> <telerik:AjaxSetting AjaxControlID="DateOfBirthControl"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="AgeLiteral" UpdatePanelRenderMode="Inline" /> </UpdatedControls> </telerik:AjaxSetting> <telerik:AjaxSetting AjaxControlID="CityTextBox"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="PostCodeTextBox" UpdatePanelRenderMode="Inline" /> </UpdatedControls> </telerik:AjaxSetting> <telerik:AjaxSetting AjaxControlID="PostalCityTextBox"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="PostalPostCodeTextBox" UpdatePanelRenderMode="Inline" /> </UpdatedControls> </telerik:AjaxSetting> <telerik:AjaxSetting AjaxControlID="InactiveCheckBox"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="InactiveCheckBox" UpdatePanelRenderMode="Inline" /> <telerik:AjaxUpdatedControl ControlID="DeceasedCheckBox" UpdatePanelRenderMode="Inline" /> </UpdatedControls> </telerik:AjaxSetting> <telerik:AjaxSetting AjaxControlID="DeceasedCheckBox"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="InactiveCheckBox" UpdatePanelRenderMode="Inline" /> <telerik:AjaxUpdatedControl ControlID="DateOfDeathControl" UpdatePanelRenderMode="Inline" /> <telerik:AjaxUpdatedControl ControlID="CauseButton" UpdatePanelRenderMode="Inline" /> </UpdatedControls> </telerik:AjaxSetting> </AjaxSettings> </telerik:RadAjaxManager><telerik:RadDateTimePicker ID="DateOfBirthControl" runat="server" Culture="en-AU" MinDate="1900-01-01" Skin="Windows7" Width="100px" AutoPostBackControl="Both" onselecteddatechanged="DateOfBirthControl_SelectedDateChanged"> <TimeView CellSpacing="-1" Culture="en-AU"> </TimeView> <TimePopupButton ImageUrl="" HoverImageUrl="" Visible="False"></TimePopupButton> <Calendar UseRowHeadersAsSelectors="False" UseColumnHeadersAsSelectors="False" ViewSelectorText="x" Skin="Windows7"> </Calendar> <DateInput DisplayDateFormat="dd/MM/yyyy" DateFormat="dd/MM/yyyy" AutoPostBack="True"> </DateInput> <DatePopupButton ImageUrl="" HoverImageUrl=""></DatePopupButton> </telerik:RadDateTimePicker><telerik:RadTextBox ID="PostalCityTextBox" runat="server" Skin="Windows7" Width="120px" AutoPostBack="True" OnTextChanged="PostalCityTextBox_TextChanged"> </telerik:RadTextBox>