*****************************************
 Contributed by Argonet Developer Group.
	www.argonet.gr
*****************************************

---------
TJvDBGrid
---------
Features added:
- Resize column using double-click.
- When resize do not trigger title double-click event.
- CancelOnMouse property: Cancel current record when using mouse wheel or on column resizing using double-click.
- Move private ShowSelectColumnClick in the protected section.

Known bugs:
- If field data is very large to display, column width must be decreased on start up.
  (MaxColumnWidth cannot be used here). 

-------------
JvDBUltimGrid
-------------
Features added:
- SortWith property (swClient): Add the ability to sort TClientDataSets.
- RestoreOnSort property: Current record position is restored after sorting.
- SortExcludedFields property: User can exclude columns from sorting.
- ClearSortedFields method: Reset any sorting is done so far.
- Fix the ADO 10 KB key limitation on sorting.
- AutoSort property can now enable/disable sorting. (was not used in JvDBUltimGrid)
- Add MasterFields property to fix master-detail insertion record problem, occured after a column is sorted once.

Known bugs:
- DoubleClick on title MUST NOT sort column. ( Mantis 5602 )

