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
320
UltraCombo: how to display text that not corresponds to selected values
posted

Hi

I have multiselect UltraCombo which is bound to data source and have display and value members set. Its DropDownStyle property is set to DropDownList.

What I want to do is to display a text like 'N items are selected' when user checks (unchecks) some row.

But setting Text property directly clear selection as if I understand it tries to parse this string to check rows which have display value equals to the substrings.

What is the best or simplest way to do it?

Thanks