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
125
UltraCombo and RowSelectors
posted

I wanted to use multi column combo and give user a possibility to narrow down column lists.

I set "RowSelectors" property as in UltraGrid, that is :

combo.DisplayLayout.Override.RowSelectors = DefaultableBoolean.True

and

combo.DisplayLayout.Override.RowSelectorHeaderStyle = RowSelectorHeaderStyle.ColumnChooserButton

Guess what ... it does not work ... there is no row selector on the combo at all.

Any suggestions?

Parents Reply Children
No Data