Hello everybody.
I'm having the current problem with RadGridView (using Q2 2010):
The GUI has the following structure: RadRibbonForm contains SplitPlanel contains UserControl contains RadGridView.
Now, the GridView is bound to a List of objects. I'm using a CheckBox column for one property.
Now, I click into the checkbox cell, changing the ToggleState of the checkbox, but do not leave the cell by clicking on a different row. I do some necessary logic in the GridView_CellValueChanged event handler.
The I click the Save-Button which is located on the RibbonForms QuickAccessBar, but the data is not correctly saved.
After debugging, I realized that the CellValueChanged is neither triggered, when I click into the cell, nor when I click the Save-Button (would have thought so, because the cell should lose focus, accepting my data change).
If I click into a different row, my change to the combobox is accepted and correctly saved.
What can I do to solve this problem? Is there a method to make the grid change its cell values without leaving the edited row?
Thanks for any help
I'm having the current problem with RadGridView (using Q2 2010):
The GUI has the following structure: RadRibbonForm contains SplitPlanel contains UserControl contains RadGridView.
Now, the GridView is bound to a List of objects. I'm using a CheckBox column for one property.
Now, I click into the checkbox cell, changing the ToggleState of the checkbox, but do not leave the cell by clicking on a different row. I do some necessary logic in the GridView_CellValueChanged event handler.
The I click the Save-Button which is located on the RibbonForms QuickAccessBar, but the data is not correctly saved.
After debugging, I realized that the CellValueChanged is neither triggered, when I click into the cell, nor when I click the Save-Button (would have thought so, because the cell should lose focus, accepting my data change).
If I click into a different row, my change to the combobox is accepted and correctly saved.
What can I do to solve this problem? Is there a method to make the grid change its cell values without leaving the edited row?
Thanks for any help