如何对 GridView 进行分组排序?
我有一个 GridView,它从 DataTable 读取数据。
每一行都是一个不同的类别。当用户单击某一列进行排序时,我想根据每个类别对结果进行排序?即不仅对所有记录进行排序,而且对每个类别的所有记录进行排序。
人们会如何去做这件事呢?
I've got a GridView which reads in data from a DataTable.
Every couple of rows, is a different category. When the user clicks on a column for sorting, I would like to sort the results depending on each category? I.e. not just sorting all records, but all records of each categroy.
How would one go about doing this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这个:http://objectlistview.sourceforge.net/cs/index.html 它实际上包装了一个 ListView 但它可能适合你并且它内置了分组
Have a look at this: http://objectlistview.sourceforge.net/cs/index.html It actually wraps a ListView but it may work for you and it has built in grouping