ComponentArt grid DataSource 数据源是List的时候如何实现排序

 

ComponentArt grid DataSource 数据源是List的时候如何实现排序 

sort

 
目前无法实现 下面这个回答来自官方论坛
 
 
Unfortunately at this time the Grid does not support directly binding to System.Linq.Enumerable objects. They have agreed to implement this functionality in an upcoming build, but until then you'll need to convert your object into one that supports the IEnumerable interface, such as an ArrayList or DataTable object.
 
 
 
 
ArrayList 实现排序的例子
posted @ 2008-12-29 20:12  gameoverboss  阅读(271)  评论(0编辑  收藏  举报