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

[Solved] Radgrid in Radwindow Postback issues

1 Answer 196 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Armin
Top achievements
Rank 1
Armin asked on 02 Jul 2014, 01:45 PM
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:
<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?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 03 Jul 2014, 05:21 AM
Hi Armin,

From the code provided , I could not replicate the issue. The following help article explains how to use RadWindow with AJAX: http://www.telerik.com/help/aspnet-ajax/radwindow-ajaxifying.html. Please try, if not replicable provide your full code snippet.

Thanks,
Shinu
Tags
Grid
Asked by
Armin
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or