Hi i am using ig:WebDropDown,
the webdropdown is droping down only on clicking on arrow mark on right side of the webdropdown.
I want to be able to click on entire webdropdown for droping down.
Please provide me the solution for this as soon as possible.
Hello,you can do that by attaching to InpuMouseDown client side event and than call openDropDown. Here is an example: function MouseDown(dropDown, eventArgs) { dropDown.openDropDown(); }Regards,Nikolai Dimitrov
Hi,
Just to follow up, this small enhancement is in our backlog and we plan to ship it as out of the box functionality.
Thanks,
Angel