I'm trying to find examples on how to do editing/updating of a TCustomGrid derived component and utterly failing. I'm not even finding anything for TDrawGrid or TStringGrid either. Chiefly I'm needing to find a way to control where the entry part is (where is it, how do I move it programmatically?), but also need to know how to control updating the component (I figured out DrawCell, but I don't see how to trigger redrawing cells when things change).
I'm also needing to highlight/select certain portions of the grid based on what's done with the arrows and mouse, along change some of the appearance attributes (the grid lines, the dotted box, etc).
Any suggestions on this one?
I'm also needing to highlight/select certain portions of the grid based on what's done with the arrows and mouse, along change some of the appearance attributes (the grid lines, the dotted box, etc).
Any suggestions on this one?