Hi
I made a TCustomDbGrid descendant.
For now, I added all the published and public properties of TDbGrid.
This way, at design time, the property Columns is present, I can add columns and edit some of their properties, but there is nothing in the field drop downlist.
When I inherit from TDbGrid, it works fine and I can assign fields to columns.
I don't understand what I have to add, to inherit from TCustomDbGrid... Can someone explain to me ?
Thanks
Tintinux