tags:

views:

239

answers:

3

in .net we use something called datagrid and there is what we call flexigrid . what is the difference in between ?

+1  A: 

Flexigrid

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
The documentation on this jQuery plugin is lacking, heavily
Josh
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
A: 

Wish there was at least a list of all the options you can provide with flexigrid.

Sudhanshu Arya