Hi,
I'm using RadGridView to show List of objects. Suppose one row contains a common cell(GridViewDataColumn) and a combobox cell(GridViewComboBoxColumn). After I edited the common cell everything goes well, but while the combobox cell edited the RowEditedEnded event will be raised. In fact I stll need to edit other cells. Any suggestions to prevent this?
Thank you!