I have multiple UltraGrid objects and I would like to tab between them in edit mode. Currently, when not in edit mode, it tabs correctly, but on edit mode, tabbing only works for the currently selected UltraGrid.
Are there any approaches that work for this?
Hi,
I'm not sure I understand what you are asking.You want to tab from a cell in one grid directly into another control? Do you mean only when you are in the last cell or from any cell? That seems like a very strange UI.
There's a TabNavigation property on the grid that determines how tabs are handled. You could also handle the BeforePerformAction event if you want finer control over all keyboard behavior in the grid.
Hi Mike,
I'm a new developer and I am not too familiar with Infragistics. Instead of having the tab key to navigate through the cells on the grid, I would like to disable this standard/default feature since you can navigate the cells using arrow keys. I would like to use the tab key to move from one control on a web form to the other.
I'm using UltraWebGrid 10.3 and was wondering if I could use the tabNavigation or TabStop property to disable this feature.
Thanks!
Thanks Mike, the TabNavigation property contained what I needed.
Yes, I want to tab from a cell in one grid directly to another control's cell and continue on and yes, only when in the last cell. I know it is a very strange UI, but then I have different UltraGrids in the appearance of a single grid.