.Net Grid. hierarchy, grouping, serialization, 50000 upd/sec,low CPU consumption.
The grid was initially designed for electronic financial markets with their stringent requirements to robustness, low consumption of memory and CPU resources, ergonomic and simple user interface and rich API.
Data binding:
- Binding to IList, IBindingList, IListSource and also to any ADO.NET DataSet, DataTable, DataView, or DataViewManager
- Conditional binding supporting any hierarchies and able to bypass hierarchical levels during binding
- Simultaneous binding to multiple data sources
- Binding to data sources in Rows
.Net Grid main features:
- Single or multiple headers.
- Realtime filtering, grouping, multiple sorting.
- Drag & drop features, export/import to/from Excel.
- Cell editors, column filters, cell tooltips.
- Semi-transparent selection.
- Row docking.
- XML and binary serialization.
- Highlighting cells with any color for the specified time interval
Performance:
- Insertion rate: 100 000 rows/sec.
- Removal rate: 600 000 rows/sec.
- Real-time regrouping rate: 10 000 rows in a grid of 5 000 rows per sec.
- Real-time filtering rate: 7 000 rows in a grid of 5 000 rows per sec.
- Updating rate with highlighting: 50 000 cells/second in a grid of 5 000 rows.
- Net Grid of 100 000 rows will consume ~16 MB
Thread safety:
- Thread-safe data binding
- Synchronous and asynchronous data processing
- Thread-safe data adding, removing, updating, sorting, filtering