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
1410
Using Unselect with webdropdown
posted

Hi,

When I unselect an item from webdropdown using

$find(webdropdown).get_selectedItem().unselect();

I see that the unselected item shows in the dropdown in a different color than the current selected item. This gives a kind of impression whether the unselected item was actually unselected or not. Is there any way to remove this color and ensure that only one item gets selected at a time.

FYI, I have EnableMultipleSelection property of webdropdown = "False".

 

Parents Reply Children
No Data