Subject | RE: [IBO] TIB_Grid - Making cells readonly |
---|---|
Author | Tobias Giesen |
Post date | 2001-01-02T20:19:22Z |
Hi,
personally, I'm using the CellGainFocus event for that.
Its parameters include both ARow and ACol, so you can set the Grid's
ReadOnly property each time a new cell gains focus.
Not sure if that's the official way to do that ... you may also have to hook
some other events, too, in order to make it 100% reliable.
Cheers,
Tobias
personally, I'm using the CellGainFocus event for that.
Its parameters include both ARow and ACol, so you can set the Grid's
ReadOnly property each time a new cell gains focus.
Not sure if that's the official way to do that ... you may also have to hook
some other events, too, in order to make it 100% reliable.
Cheers,
Tobias