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
Anybody?
I saw this demonstrated to me at TechEd in New Orleans this year. The person from Infragistics clicked on the drop down (not the arrow) and the list dropped down. In addition, he was able to type a character and it went to the first instance on the list. Is this the wrong control? Do we have an old version (we just bought it 5 months ago)?
Please see attached. I don't want users to be able to highlight what's in the box. I also saw the correct implementation when I signed up for the forum on your site so I know this can be done. Thanks.