如何以编程方式获取和设置 AdvancedDataGrid 中的列排序参数?

发布于 2024-09-07 06:44:04 字数 235 浏览 6 评论 0原文

如何以编程方式获取和设置 AdvancedDataGrid 中的列排序参数?

我对指示用户已通过单击其标题对 AdvancedDataGridColumn 中的数据进行排序的值以及指示排序顺序的值特别感兴趣。我在 AdvancedDataGridColumn 文档中没有找到合适的属性。只有 sortDescending 属性,但这还不够。

How can I programmatically get and set column sorting parameters in AdvancedDataGrid?

I'm especially interested in value that indicates that user have sorted data in AdvancedDataGridColumn by clicking on its header and value that indicates sorting order. I haven't found appropriate properties in AdvancedDataGridColumn documentation. There is only sortDescending property, but that's not enough.

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

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

发布评论

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

评论(1

国际总奸 2024-09-14 06:44:04

将列对象传递给 getFieldSortInfo(列)方法;它会给你一个 SortInfo 对象具有包含您需要的信息的状态(实际或建议)和降序(布尔)变量。

Pass the column object to the getFieldSortInfo(column) method; it will give you a SortInfo object that has status (actual or proposed) and descending (boolean) variables that contain the information you need.

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