DevExpress GridControl 未绑定列

发布于 2024-11-16 22:18:56 字数 157 浏览 3 评论 0原文

我想知道如何正确地将未绑定的列添加到网格视图中。 我在设计器中添加了一个未绑定列(设置未绑定类型、显示格式等) 但每当我运行应用程序时,尝试更改未绑定列的值并失去焦点,该值不会保存(即使在更改它时显示格式也无法正确显示)。

我一定是做错了什么。我需要帮助!

非常感谢!

I would like to know how to properly add a unbound column into a gridview.
I've added a unbound column in the designer (set the unbound type, display format and all)
but whenever I run the application, try to change the value of the unbound column and loses its focus the value is not saved (even the display format is not displaying correctly when I'm changing it).

I must be doing something wrong. I need help guys!

Much appreciated!

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

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

发布评论

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

评论(1

往日情怀 2024-11-23 22:18:56

未绑定列不提供存储空间来保存其值。相反,GridView 发布 CustomUnboundColumnData 事件,该事件可用于向未绑定列提供数据并保存它。帮助主题包含如何使用此事件的示例。此外,您还可以在以下位置找到大量有关未绑定列的有用信息:

未绑定列

Unbound column does not provide a storage to save its values. Instead, the GridView publishes the CustomUnboundColumnData event which can be used to provide data to the unbound column and also save it. The help topic contains the example of how to use this event. Also, you will find a lot of useful information abound unbound columns at:

Unbound Columns

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