DHTML datagrid
|
Databound editable web grid with batch editing, sorting, copy to clipboard, print preview, modification highlighting, anchored headings. Uses cross browser Dynamic HTML (JavaScript) for UI interactivity.
|
Macromedia Flash DataGrid
|
Provides the advanced UI capabilities of Macromedia Flash (requires Flash Professional 2004 or greater to customise solution)
|
HTML datagrid with advanced field by field search
|
Allows the user to search for the rows they wish to update. Good if there's a lot of rows or activity within the table.
|
HTML datagrid with free text search
|
The simplest, easiest way to search your table for data. Only searches varchar and char fields. May require advanced indexing strategies if there's a lot of data in the table.
|
Paged grid
|
Uses the .NET datagrid control with paging and multiple simultaneous row changes .
|
Single row edit grid
|
Good for situations where you wish to prevent the user from changing several rows simultaneously because of interdependencies.
|
Drilldown grid
|
Drilldown from summary to detail level, with automatic aggregation of numeric columns.
|
Autofilter grid
|
Each column heading contains a picklist of all available values for that column.
|
AJAX datagrid
|
Utilises cross browser xmlhttp to communicate between the browser and webserver without a postback.
|