in .net we use something called datagrid and there is what we call flexigrid . what is the difference in between ?
+1
A:
Lightweight but rich data grid with resizable columns and a scrolling data to match the headers, plus an ability to connect to an xml based data source using Ajax to load the content.
Features
* 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
rahul
2009-09-15 05:22:05
The documentation on this jQuery plugin is lacking, heavily
Josh
2009-11-03 07:25:33
A:
FlexiGrid is generated on the client (using JavaScript) and the ASP.NET GridView/DataGrid is generated on the server. The FlexiGrid also has a number of features as described by @phoenix
Kane
2009-09-15 08:22:36
A:
Wish there was at least a list of all the options you can provide with flexigrid.
Sudhanshu Arya
2010-09-14 10:50:51