Hi
I have a radgrid inside a radwindow. Its working fine right now, except that when I change pages of the radgrid, the radwindow closes.
Here is my asp code:
How would I make the radwindow stay open when I change pages in the radgrid?
I have a radgrid inside a radwindow. Its working fine right now, except that when I change pages of the radgrid, the radwindow closes.
Here is my asp code:
<telerik:RadWindow ID="radwindow" runat="server" Modal="true" KeepInScreenBounds="true" Height="580" Width="700"> <ContentTemplate> <asp:UpdatePanel ID="Updatepanel1" runat="server" UpdateMode="Conditional"> <ContentTemplate> <telerik:RadGrid runat="server" ...... </telerik:RadGrid> </ContentTemplate> </asp:UpdatePanel> </ContentTemplate></telerik:RadWindow>How would I make the radwindow stay open when I change pages in the radgrid?