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!
At the column level set the .CellClickAction to the appropriate value.
First of all, thanks for your replies.
Our users often hit a cell with the mouse and also hit the mousewheel at the same time :) The worst case happens if they hit a combobox inside the grid and don't know which value was the right one :)
The problem is not to make the cell markable, but the problem is that I want the user to click a second time to allow him to make changes to the cell.
First click should just mark the cell.
Second click should allow the user to make changes to this cell.