如何在 radgrid 的 ItemCommand 事件中更改 radgrid 的 GridButtonColumn 文本?
我有一个 radgrid,其中 GridButtonColumn 作为列之一。我需要更改 ItemCommand 事件期间网格中显示的该列的文本。 例如。 如果在 ItemCommand 事件之后文本为“yes”,则应将其更改为“no”。 我们如何实现这一点?
I have a radgrid with GridButtonColumn as one of the column.I need to change that column's text displayed in the grid during ItemCommand event.
for eg.
if text is 'yes' after ItemCommand event, it should be changed to 'no'.
How we can implement this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅:如何在运行时更改 GridButtonColumn 图像/文本
See: How to change GridButtonColumn image/text at runtime