Short demo:



We extended Microsoft's DataGrid with extra rich features:


  Locator management (find & filter)
 
  Update management (transacted add / change / remove / copy / view)
 
  Shuffling rows (move rows up and down)
 
 Just in time list loading
Simply set the "LoadListOn" property to load the list when the Form is loaded or only when the Tabpage is selected (if your DataGrid is located on a TabPage). In this last case the performance is increased at Form load time.

 
 Parameterized queries
It's possible that the select command of the related DataAdapter includes parameters for filtering the list.

Our DataGridFilter collection can connect these parameters to a value of a Control. So when the value of the Control is changed the DataGrid is filled automatically with the entries belonging to that value.

This is all done for you without the need to code anything!

 Edit in place
it is also possible to edit cells directly within a DataGridView itself.
Simply set some properties and let RADvolution take care of the rest.

Required entries are supported automatically.
Edit in place database updates are also part of the total transaction in case child tables are present on a DataEntryForm.

DataGrid controls / components

RADvolution includes: