Syncfusion GridList 控件列标题单击

发布于 2024-07-25 17:33:18 字数 77 浏览 6 评论 0原文

当用户单击 Syncfusion GridList 控件上的列标题时,我想对列中的内容进行排序。 有谁知道我如何使用 C# 实现这一目标?

I would like to order contents in a column when user clicks column header on the Syncfusion GridList control. Does anyone have any idea on how I might achieve this using C#?

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

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

发布评论

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

评论(1

冷情妓 2024-08-01 17:33:18

我现在没有安装它们,但它应该是这样的:

GridControl.TableDescriptor.AllowSort = true;

这应该使列可排序,因此当单击列标题时,它会对它们进行排序。

I don't have them installed right now but it should be something like this:

GridControl.TableDescriptor.AllowSort = true;

This should make the columns sortable, thus when clicking on the column header it will order them.

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