Dear all,
In the Ultragrid, there is a textbox field. I don't know why when I press up or down key, it will increase or decrease the numeric value. I want it can move up and down record. How can It be done??
Or any wrong settings in the ultragrid??
HOWTO:UltraWinGrid Cursor Movement like Excel
It still cannot move up or down. Please help!!!
The cell settings are below:
Cell Type => System.decimal
EditorResolved => Infragistics.Win.EmbeddableEditorBase {Infragistics.Win.EditorWithMask}
Dear Brian Fallon,
Actually I want when pressing Up or Down Keys in the cells, it will move up or down in the same column in the ultragrid.
What can I do? Could you give me some sample code??
At a glance, I can see you are removing the default mappings from the collection while iterating that same collection, which means entries therein will be skipped, so that is most likely causing at least part of the problem. You were not specific about what exactly is not working, so without that and a test project that we can run and debug, it is difficult to speculate about the problem.