Hi all,
I have a grid that uses the GridViewComboBoxColumn column type. We're trying to give it very fast action. We want the cell to commit the edit and exit edit mode immediately after selecting a value in the combo box of the column.
How can this be done? I see there's a RadMultiColumnComboBox.SelectionChanged event where an EndEdit could be called, but we're not using multi-column combo boxes.
Thanks!
Matt