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
1763
Add double-click handler to webCombo
posted

Hi all.

I'm trying to get the webCombo to fire an event when it's 'editable' area is double-clicked. So far I've tried with

webCombo.Attributes.Add("ondblclick", "DblClickEvent()");

but the event is not firing. The only restriction I have for this is to set this attribute in runtime since the webCombo itself is being dynamically created.

Any thoughts will be appreciated.