答案 0 :(得分:2)
轻量但丰富的数据网格 可调整大小的列和滚动数据 匹配标题,加上一种能力 连接到基于xml的数据源 使用Ajax加载内容。
功能
* Resizable columns
* Resizable height and width
* Sortable column headers
* Cool theme
* Can convert an ordinary table
* Ability to connect to an ajax data source (XML and JSON[new])
* Paging
* Show/hide columns
* Toolbar (new)
* Search (new)
* Accessible API
* Many more
答案 1 :(得分:0)
在客户端上生成FlexiGrid(使用JavaScript),并在服务器上生成ASP.NET GridView / DataGrid。 FlexiGrid还具有@phoenix
所描述的许多功能答案 2 :(得分:0)
控件,flexigrid和datagrid都可以向Web应用程序的用户显示数据。
它们之间的主要区别在于,为了转到下一页,datagrid会对页面进行完整请求。 另一方面,Flexigrid只获取下一页数据,而不是整个页面。
还有一些客户端“好东西”与flexigrid,如显示/隐藏列,调整列等。
如果您正在寻找flexigrid的ASP.NET实现,请查看http://www.flexigrid-asp.net