Hello guys,I have an UltraGrid with several fields including one which is a DropDownList filled from a valueList.The content is larger than the DropDownList's width so I'd like to have a tooltip displaying the text when the mouse is over while I'm selecting a row in the DropDownList.Actually, there is a default tooltip but it is activated when I choose a row and when I lost focus).I do not know if I could solve the issue with the "Start Designer" or if I have to solve it with code, on events, ...Thank you for you help ! EDIT: If you want a screen about the issue, do not hesitate to ask me ! :)
Hello Antony,
Thank you for posting in our forum.
If I understand you correctly you need to show a tooltip on each row of the drop down list. If this is your case please follow the next link where similar question were discussed and solution were proposed http://ko.infragistics.com/community/forums/t/19377.aspx.
Please let me know if you need any additional information.
Thank you for using Infragistics Controls.
Hello Milko,I'd like to thank you for the link, you're right this is exactly what I want.However, I can not manage to use IUIElementCreationFilter. It looks like this is what I need, but I do not know how to use it.I make my classe inherit of IUIElementCreationFilter and it makes me implement two methods AfterCreateChildElements and BeforeCreateChildElements. Would it be possible for you to help me with this ?