How can I programatically switch off edit mode of UltraGridCell and come only to the selected state?
Viktor
HOWTO:How can I make a grid or a column, row, or cell in the UltraWinGrid disabled or read-only?
Viktor,
If you want to do it on an individual cell, you can look at the Activation property; the 'ActivateOnly' or 'NoEdit' options should work for you.
-Matt