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
375
KeyActionMappings UltraGridAction.ExpandRow expand all selected rows?
posted

I have a key mapping to expand the selected row.  I would like it to function on all selected rows.  Is it possible?

// Add a custom key/ction mapping to the grid to expand the current row.
theGrid.KeyActionMappings.Add(new GridKeyActionMapping(Keys.Down, UltraGridAction.ExpandRow, 0, UltraGridState.RowExpandable, 0, SpecialKeys.ShiftCtrl, true));