Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当用户单击 Syncfusion GridList 控件上的列标题时,我想对列中的内容进行排序。有谁知道我如何使用 C# 实现这一目标?
我现在没有安装它们,但它应该是这样的:
GridControl.TableDescriptor.AllowSort = true;
这应该使列可排序,因此当单击列标题时,它将对它们进行排序。