Hello!
I need the following quite simple functionality in my ultragrid, but I have no idea how to realize it in a simple way :)
A user clicks a cell or points a cell via arrows on keyboard inside the grid. The cell just gets marked , but it's value can not be change by typing or in case of a combobox by mousewheel.
Now the user clicks exactly the same cell for a second time (but NO doubleclick) and now the cell enters the edit mode.
Thanks in advance!
You might be able to edit the feature using the UltraWinGrid Designer.
Click on "Feature Picker" and on the right side there is "Selection."
I have:
Row Selection: Single SelectColumn Selection: Don't AllowCell Selection: Don't Allow
Of course it might be different for your needs.