Dev Express 将 RTF 数据绑定到 XtraGrid
有什么方法可以将富文本格式 (RTF) 数据绑定到 XtraGrid 控件吗?
Is there any way I can use to bind Rich Text Format (RTF) data to the XtraGrid control?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是可能的。您应该使用
RepositoryItemRichTextEdit
作为列的ColumnEdit
。 repositoryItem的DocumentFormat
应设置为RTF。我们还在演示中展示了如何做到这一点。请从 XtraGrid 的主要演示中探索 RTF 编辑模块。Yes, it is possible. You should use the
RepositoryItemRichTextEdit
as the column'sColumnEdit
. The repositoryItem'sDocumentFormat
should be set to RTF. We also show in our demo how this can be done. Please explore the RTF Editing module from the XtraGrid's main demo.