I am trying to create a grid within a radwindow modal popup. I have placed a grid within the Content Template tags of the radwindow but when I add settings with the smart tags, they are not added to the design. Oddly, the grid retains the settings but when I go into run mode, the control does not have them. Basically, no matter what I do, this is all I ever get:
If I move this grid outside of the radwindow, smart tags work correctly. I've restarted VS2012 but the issue remains, even if I start over with a new radgrid.
<telerik:RadWindow ID="radwdwActions" runat="server" Skin="Forest"> <ContentTemplate> <telerik:RadGrid ID="radgvwXrefActions" runat="server" CellSpacing="0" GridLines="None"></telerik:RadGrid> </ContentTemplate> </telerik:RadWindow>If I move this grid outside of the radwindow, smart tags work correctly. I've restarted VS2012 but the issue remains, even if I start over with a new radgrid.