Unplanned
Last Updated: 29 Mar 2016 14:44 by Jesse Dyck
Svetlin
Created on: 10 May 2012 04:39
Category: GridView
Type: Bug Report
1
FIX. RadGridView - best fitting columns in grid's multi-column combo box editor does not work when animations are enabled
Here is how this issue can be worked around:
void radGridView1_CellEditorInitialized(object sender, GridViewCellEventArgs e) { ((RadMultiColumnComboBoxElement)e.ActiveEditor).AutoSizeDropDownToBestFit = true; ((RadMultiColumnComboBoxElement)e.ActiveEditor).DropDownAnimationEnabled = false; }
   
1 comment
Jesse Dyck
Posted on: 10 May 2012 23:42
Please also note that if there are more items than the MaxDropDownItems in the list being displayed and the selected item in the list is outside of the initial displayed list, the selected item is not showed.
i.e. MultiColumnCombobox Countries with 25 Coun