Hi Team,
First thanks for the wonderful widget.
I followed the link to get “Select all/None” option in my multi select combobox. When i am selecting “Select all” option it is binding all the checked items in the div id= “checkedItemsLog” along with the “Select all” text and not binding the last selected item. For example if i have 4 items in my source(“select all/none” , A , B ,C) out of which the first one is the “Select All / None” option so it is binding only 3 checked items like (“select all/none” , A , B ,) along with the first optional item and not binding the last one (C). I dont want the option value in my selected item div and want only the actual data in it like (A,B,C).
Thanks in advance.