RadGrid 动态数据绑定列 - 检查每个单元格值
我有一个 Radgrid,它具有来自数据库查询的动态数据绑定字段,并且每次它们都不同。现在,当此数据显示在网格上时,我想将 0 的单元格的值更改为“”或“”。
谢谢
I have a Radgrid who has Dynamic Databound fields which comes from a database query and each time they are different. Now when this data is displayed on the GRID, i want to change the value of Cells where its 0 to " " or "."
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要挂钩 CellFormatting 事件。您可以在此处检查单元格的值并根据需要更改它。
大致如下:
You need to hook into the CellFormatting event. Here you can check the value of the cell and change it as required.
Something along the lines of: