RadWindow Modal Ajax 弹出窗口从代码隐藏和显示

发布于 2024-10-15 09:29:50 字数 587 浏览 2 评论 0原文

我真的需要一些帮助。我需要使用 RadWindow 控件弹出一个模式窗口,其中包含基于用户对下拉列表更改的选择动态填充的 CheckBoxList。请提供任何示例或信息来帮助我实现这一目标。

 <telerik:RadWindow ID="UserListDialog" runat="server" Title="Editing record" Width="250"         Height="536" VisibleOnPageLoad="false" Modal=true Behaviors="Minimize, Move, Resize,Maximize" Left="580" Top="-8" EnableShadow="true">
            <ContentTemplate>
                <div style="text-align: center;">
 LIST OF STUFF TO DISPLAY 
                </div>
            </ContentTemplate>
        </telerik:RadWindow>

I really need some help with this. I need to, using a RadWindow control, pop up a modal window containing a dynamically populated CheckBoxList based on user selection on dropdownlist changed. Please help with any sample or information to help me achieve this.

 <telerik:RadWindow ID="UserListDialog" runat="server" Title="Editing record" Width="250"         Height="536" VisibleOnPageLoad="false" Modal=true Behaviors="Minimize, Move, Resize,Maximize" Left="580" Top="-8" EnableShadow="true">
            <ContentTemplate>
                <div style="text-align: center;">
 LIST OF STUFF TO DISPLAY 
                </div>
            </ContentTemplate>
        </telerik:RadWindow>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

秋千易 2024-10-22 09:29:50

使用 ContentTemplate 时,RadWindow 的行为和使用方式与任何其他标准 INamingConatiner 一样。

有关更多详细信息,请查看帮助文章和<关于该主题的 href="http://demos.telerik.com/aspnet-ajax/window/examples/internalcontent/defaultcs.aspx" rel="nofollow">演示。

When using ContentTemplate, RadWindow behaves and can be used just like any other standard INamingConatiner.

For more details, check the help article and the demo on the subject.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文