Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
420
CheckedRows on UltraCombo used as ComponentEditor in ultragrid
posted

Hi, i have a ultracombo configured with CheckedListSettings.

 

If i cast my UltraCombo into Infragistics.Win.ICheckedItemList and i check some item with method SetCheckState, the combo show my checked item.

If i use this combo as ComponentEditor into a UltraGridColumn. If i try this

(( Infragistics.Win.ICheckedItemList)((UltraCombo)e.Cell.Row.Cells["Option"].EditorComponentResolved)).SetCheckState(1, CheckState.Checked), the EditorComponent dont show the value.