Hi,
I want to give my users the functionality of selecting all the elements in a WebCombo list. How can I do this using this control.
Thanks!
Approach 1: Add a row with value "ALL' in your combo box. When user select ALL then handle your code like each value is selected. This approach is user friendly as user have to select only one row instead of clicking all rows.
Approach 2: You can give user a multiselect option by adding checkbox to your webcombo.