“列选择器”不再显示列
突然,列选择器(在执行应用程序中)停止显示 GridControl 中的可用列。我在客户端计算机上重新安装了该应用程序,但仍然遇到同样的问题。
Suddenly the column chooser (in executing application) stopped showing available columns in GridControl. I re-installed the application on the client machine but I still have the same issue.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
列选择器将始终为空,直到您在运行时将列拖入其中或在设计时(通过代码)填充它。如果您将列选择器保存到某种存储(例如 XML),那么您的路径可能不正确。
The column chooser will always be empty until you drag a column into it at runtime or populate it at design time (via code). If you are persisting the column chooser to some kind of storage e.g. XML then your path may be incorrect.
检查设计器中的列的generateMember-property 属性是否设置为true。
Check that the generateMember-property is set to true for the columns in the designer.