如何检查和更改 My telerik RadGrid 的 DataBound 列的文本?
在我的rad网格中,我有一个boundColumn(system.string),我想将其空值更改为另一个自定义文本...
我如何检查和更改My telerik RadGrid的DataBound列的文本?
感谢您未来的回答
in my rad grid i have a boundColumn(system.string) that i want to change it's null value to another customize text...
how can i check and change the Text Of the DataBound column of My telerik RadGrid?
thanks for your future answer
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是我的回答:
this was my answer :
您只需使用 GridBoundColumn.EmptyDataText 属性即可。
You can simply use the
GridBoundColumn.EmptyDataText
property.如果您在绑定列中使用 gridview,则有一个名为“NullDisplayText”的属性。您可以利用它来显示不同的文本来代替 Null。
If you are using gridview in the bound column there is a property called "NullDisplayText". You can make use of this for displaying different text in place of Null.