This question is locked. New answers and comments are not allowed.
Hi,
I'm using a grid with a bound GridViewComboBoxColumn column, to display a combo box. This works fine, but if the combo box has focus and a changed selection when the user closes the page (by pressing a RadToolbar button), any edit to that value is lost and the new value isn't written back to the data.
I have tried setting
I'm using a grid with a bound GridViewComboBoxColumn column, to display a combo box. This works fine, but if the combo box has focus and a changed selection when the user closes the page (by pressing a RadToolbar button), any edit to that value is lost and the new value isn't written back to the data.
I have tried setting
this
.radGridViewRepairs.ActionOnLostFocus = ActionOnLostFocus.CommitEdit;
This doesn't help though.
Also is it possible to configure the grid so that cells go into edit mode as soon as they are focused, rather than requiring an additional click?
Thanks,
Ben
BlueHub