我如何在 devexpress 的 XtraGrid 列中显示 htmltext

发布于 2024-10-27 17:07:49 字数 72 浏览 1 评论 0原文

我让 Xtragrid 显示数据表详细信息。在数据表中,我在一列中有 html 文本。我想显示该列的 html 文本。请任何人帮忙

I am having the Xtragrid showing the datatable details. In the datatable I am having html text in one column. I want to show html Text for that column. Any one please help

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情独悲 2024-11-03 17:07:49

您应该将列的 ColumnEdit 属性设置为 RepositoryItemRichTextEdit< 的实例/代码>类。将 RepositoryItemRichTextEdit.DocumentFormat 属性设置为 DevExpress.XtraRichEdit.DocumentFormat.Html

这应该允许您实现所需的行为。

You should set the column's ColumnEdit property to an instance of the RepositoryItemRichTextEdit class. Set the RepositoryItemRichTextEdit.DocumentFormat property to DevExpress.XtraRichEdit.DocumentFormat.Html.

This should allow you to achieve the required behavior.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文