|
UI Independent
Essential Grouping has no UI dependencies. It may be used with any UI controls, or no controls at all. Examples follow illustrating Essential Grouping in use with standard controls.
GridView statistics tied to labels via the Grouping Engine
This screenshot depicts an ASP.NET GridView and several labels on a page. The labels display statistics based on the values in the GridView. As users edit items or delete rows in the GridView, the labels automatically maintain the proper values through the Grouping Engine.
The program inserts the random numbers into a DataTable object that has been set to the DataSource of a Grouping Engine object. This means the engine is dynamically monitoring the numbers and maintaining the statistics as each new item is added to the collection.
|
|
|
|