Radgrid控制问题

发布于 2024-10-15 13:14:16 字数 155 浏览 7 评论 0原文

我有一个 Rad Grid,它有单选按钮作为控件。根据所选的单选按钮值,我想使 radgrid 之外的面板可见 true 或 false。单击 rad 网格控件后,我可以在后面的代码中调用函数。通过后面的代码,我可以设置面板可见性,但它不会反映在我的网页中。

请帮我解决这个问题。

I have a Rad Grid taht have radiobutton as control. Depending on the radio button value selected, I want to make a panel outside the radgrid visble true or false. On clicking the rad grid control I am able to call function in code behind. Through code behind I am able to set the pannel visblity but it doesn't gets reflected in my web page.

Please help me with that.

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

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

发布评论

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

评论(1

﹏雨一样淡蓝的深情 2024-10-22 13:14:16

在这种情况下,您是否会使用 telerik ajax 管理器或面板进行任何更改?如果是这样,请确保您的外部面板与网格一起位于 RadAjaxPanel 内部,或者通过 RadAjaxManager 设置从网格更新面板。

Do you by any change use telerik ajax manager or panel in this case? If so, make sure that your external panel is inside the RadAjaxPanel along with the grid or that you update the panel from the grid via RadAjaxManager setting.

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