grid question

Started by johnM, January 19, 2011, 04:13:49 PM

Previous topic - Next topic

johnM

I have a grid and when the user enters a value in a cell I check it against a list if the value is in the list I warn the user and delete the value from the cell.
Is there a way to set focus back to that cell?
I’m using EndLabelEdit as the trigger
I have tried a combination of SelChanged and CancelCellEdit but when you click another cell nothing happens because I think the EndLabelEdit is triggered for that cell.
Using opendcl arx #5.123

thanx

johnM

sorry i posted too soon
i figured it out