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
Hello Andrey,
There are different approaches to solve this task. I made small sample using custom userControl. Please take a look at the attached sample for more details and let me know if you have any questions.
Regards