Syncfusion GridList 控件列标题单击
当用户单击 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我现在没有安装它们,但它应该是这样的:
这应该使列可排序,因此当单击列标题时,它会对它们进行排序。
I don't have them installed right now but it should be something like this:
This should make the columns sortable, thus when clicking on the column header it will order them.