Hi... i'm having a problem when i set a datasource to a cell with one GridViewComboBoxColumn... when i set the datasource = null or with 0 elements... all the rows that have the GridViewComboBoxColumn clear the datasource...
i'm using a code like this
((Telerik.WinControls.UI.GridViewComboBoxColumn)(cell.RowInfo.Cells["NameCell"].ColumnInfo)).DataSource = listElements;
listElements is a List<Object> that have 0 items... and clear all the cells in all the rows
Cheers!
i'm using a code like this
((Telerik.WinControls.UI.GridViewComboBoxColumn)(cell.RowInfo.Cells["NameCell"].ColumnInfo)).DataSource = listElements;
listElements is a List<Object> that have 0 items... and clear all the cells in all the rows
Cheers!