Radgrid控制问题
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这种情况下,您是否会使用 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.