|
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.
DataGrid statistics tied to labels via the Grouping Engine
This screenshot depicts a Windows Forms DataGrid and several labels on a form. The labels display statistics based on the values in the DataGrid. As users edit items or insert or delete rows in the DataGrid, the labels automatically maintain the proper values through the Grouping Engine.
A Randomness test using the Grouping Engine
This screenshot shows several labels on a form. The labels display statistics based on the random values between 0 and 100 generated using System Random. The program inserts the random numbers into an IBindingList 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.
|
|
|
|