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
405
Select all elements in the WebCombo
posted

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!

Parents
No Data
Reply
  • 820
    posted

    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.

     

     

Children
No Data