Bindable Simple DataGrid
------------------------
Control, for editing and presentation of data sets.
Element to which you can assign data and further treated as a single element of the form (similar to a datagrid in ASP. NET).
The control allows you to:
- Assigning a data set to it as an array
- Receiving data after sending the form (internally store data)
- Working in Edit mode or read-only
- Show / hide columns
- Show or hide header
- Define the custom column header names
|