 Data provider approach
By using n-tier technology AmbiGrid completely separates data from presentation and allows
effortless switching from one type of datasource to another. Developers can easily implement their own AmiGrid data providers to use any, even most
exotic data sources.
 Comprehensive AJAX Support
Paging, sorting, and other operations with data are performed through AJAX callbacks - without reloading the page.
 Skinning
Simple and flexible CSS skinning gives you advanced control over grid look & feel.
 Column Templates
This powerful feature allows representing column data within arbitrary HTML, for instance, you can treat data as image URL and display images in cells by placing data pieces into image src attributes.
 Single and Batch Edit Modes
AmbiGrid provides two data editing modes.
Single row mode when changes to the row made on the client are immediately sent to the server. Batch mode when changes are accumulated on the client and are sent to the server altogether on commit operation (usually it is pressing "Commit Changes" button).
 Cross-Browser Compatibility
AmbiGrid supports all major modern browsers.
 Lightweight and Fast
Ambigrid uses AJAX whenever possible to avoid page reloads, has code optimized for performance, and offers lightest page footprint.
 Many More |