Working on the Web the same way as an application on the desktop
About this example:
No PostBack.
Click a menu item and choose what you want to do.
You are invited to change the contents of the tables. Periodically we will be returning to its original state.
Modes:
- Server:
- Only data requested by the client are sent (On-Demand).
- Classifications, filtering and paging are performed on the server.
- Additions, deletions and modifications are performed on the server side.
- Client:
- All data is sent at once to the client side, optionally using GZip compression.
- Classifications, filtering and paging are performed on the client.
- Only additions, deletions and modifications are performed on the server side.
Key features:
- Easy access to the various data sources: SQL Server, Oracle, MySQL, and more.
- Simultaneous use of C# or VB and JavaScript.
- Advanced "Property Builder".
- Variable length pagination.
- On-the-fly filtering.
- Multi-column sorting with data type detection.
- Smart handling of column widths.
- Display data from almost any data source.
- Fully internationalisable.
- jQuery UI ThemeRoller support.
- State saving.
- Hidden columns.
- Dynamic creation of tables.
- Ajax auto loading of data.
- Custom DOM positioning.
- Single column filtering.
- Alternative pagination types.
- Extensive plug-in support.
- Wide variety of plug-ins inc. TableTools, FixedHeader and KeyTable.
- Sorting, type detection, API functions, pagination and filtering.
- Fully themeable by CSS.