Hi,
I am using a construct like this:
myGrid.KeyActionMappings.Add( NEW GridKeyActionMapping ( Keys:Down, UltraGridAction.ToggleDropdown,null, UltraGridState:HasDropDown, null, null));
This works fine but then I can not select an Item from the combo. Is it possible to find focus the combo and have the user select an item? Or is there a better way to navigate through the grid with key board and using combos?
thanx
Stefan
I'm not sure what this would have to do with the KeyActionMapping. That doesn't seem like it would be a factor. Have you tried pressing Alt+Down or F2? These are the built-in keys that dropdown a list in a cell. Are you able to select a value using these keys?