Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
245
Click without entering Editmode
posted

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!

 

  • 330
    posted

    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 Select
    Column Selection: Don't Allow
    Cell Selection: Don't Allow

    Of course it might be different for your needs.