APNSoft DataGrid is an ASP.NET server control with AJAX support to display data in a tabular format with options of choice, sorting and editing entries. It presents a set of columns and rows, and a set of options for their interaction. The vendor states that the DataGrid component requires no specific knowledge from developers.
The DataGrid component loads data on demand, pages it, scrolls the list up to the selected entry, automatically displays scrollbars, and saves its state after postback. It operates with tables containing tens of thousands of entries and automatically checks loaded data to avoid extra requests.
The component features built-in AJAX support. It checks the state of the data source and displays relevant data without reloading the page.
Customization options include skin support (there are ready-to-use skins), and the form for editing entries can be configured by the developer independently. Templates allow for the combining of data from different fields, processing conditional formatting and creating calculated columns.
Multilanguage support allows formatting and displaying data in several languages simultaneously.
APNSoft DataGrid offers cross-browser support for IE 5.5+, Firefox 0.8+, Mozilla 1.4+, Netscape 7.0+, Opera 7.5+, and Safari 1.2+.