Hello,
I have a control derived form GridControl. I wish to add some additional functionality like displaying status and error strings above the header row.
I can make it easy if I double the header row and configure the 0 row to be an error row. But it becomes confusing to work with this derived grid as the row indexes does not match anymore to the visible ones. If you want to change the [1,1] cell you have to request [2,1].
This makes the error and status displaying functionality not transparent. Unfortunately this a requirement.
I wander is there a chanse to set a clip rectangle to the base grid and force it to draw itself not in the whole client rectangle, but in a part of it?
Regards,
Gerogi