Description of KA DBListView :
KA DBListView is DataAware component for displaying information from databasees in standart Microsoft ListView control.KA DBListView is a descendant of TListView so it will be compatible with future releases of the ListView cotrolKA DBListView can be used with any Database that is TDataset compilant and supports bookmarks - for example such are Paradox and DBase (BDE), ADO Express, Interbase, KADAO, KAADO etc.Extras: 1. Editing of all subitems (columns) 2. Sorting of the ListView based on any column 3. Sort Glyphs displayed in the column header so user can determine which sorting is active 4. DataBound Checkboxes 5. Auto synchronisation between Dataset and ListView 6. User interface to Insert and Delete rows. (via INS and DEL keys) 7. Column autosizing for best fit 8. Background Image - tiled or positioned by an offsetLimitations: 1. All table rows are loaded in memory 2. Editing of subitems can be done only by double click on subitem (No keyboard navigation to subitems) 3. No Drag/Drop supportDemo Limitations:1. Maximum 10 rows are displayed2. No Background Image Support3. No Multiselect Support