I want to change selection mode for UWG. Also, when i try to move from cells by using arrow keys, it won't let me do.
Amit Govil said:I want to change selection mode for UWG.
Amit Govil said:Also, when i try to move from cells by using arrow keys, it won't let me do.
Thanks Brian!
This worked but i would still prefer use of arrow keys to navigate like we have in DataGridView. It would be hard to tell each user to first press Ctrl+Space before navigating. Can't we change this feature?
Hi,
Isn't that what you wanted? I thought you were asking for a way to make the arrow keys move to another cell.
You probably want to remove the Left and Right cases here if you need to move the cursor within a cell.
Hi Mike
All worked, but when i use arrow key while editing in the cell, it would actually move to other cell instead of moving within the cell.
HOWTO:UltraWinGrid Cursor Movement like Excel