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
2077
Tooltip on EditorButton of a combo used as an editor control in a grid's column
posted

I have a combo which I use as an editor control in a grid's column. This combo has an EditorButton. I would like to show a tooltip when the user point the mouse over this button.

I have tried the solution found at http://community.infragistics.com/forums/p/59153/300694.aspx, but it does not work when the combo is used as an editor control (the MouseEnterElement is never invoked), although it works when it is on a form.

How can I show a tooltip in my case?

Thanks,

Emanuel