I love the ease of use for the RadWindow it would really be great to just embed some controls on the page and not have to use the external navigateurl property.
For instance, perhaps I want to display a checkboxlist of columns for the radgrid so the user can select what they want to see. It sure would be nice to be able to do something like:
For instance, perhaps I want to display a checkboxlist of columns for the radgrid so the user can select what they want to see. It sure would be nice to be able to do something like:
<telerik:RadWindow ID="RadWindow1" runat="server" Title="Test" VisibleOnPageLoad="true" ShowContentDuringLoad="true">
<asp:CheckBoxList ID="CheckBoxListColumns" runat="server" />
</telerik:RadWindow>
Can this be done?