I want to make my gridcontrol multi-selectable, which I can do just setting 'MultiSelectionMode = Row'.
But if that gridcontrol has any column with celltemplate containing any control, an exception occurs when you click on that column at AutoFilterRow or InitNewRow.
Exception looks like 'GridCellData cannot be converted to FrameworkElement'.
Thanks.