How can I make my UltraGrid data uneditable. I only want to display a grid, and respond to row double-click events, but I don't want to enter into edit mode on any cell.
This will help:
HOWTO:How can I make a grid or a column, row, or cell in the UltraWinGrid disabled or read-only?
I have tried that, but when I click a cell, the cell still enters edit mode, even if I can make changes or save the changes.
I resolved my issue by changing the cell click action to row select, then captured the double-click even to set the cell active and enter edit mode.