Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1105
usign ultracombo in the grid with keyaction Mappings
posted

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

 

 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    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?

Children
No Data