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 ! :)
Hi Antony,
In order to familiarize yourself with IUIElementCreationFilter interface and its capabilities, please take a look at the following documentation page: http://help.infragistics.com/Help/Doc/WinForms/2012.2/CLR4.0/html/Win_Draw_Filter.html
However, I created a sample application for you attached on the bottom of my post. Based on your requirements, a creation filter implementation didn’t seem to be required, because I didn’t use a ValueList, but UltraCombo instead. Consciously, I set each of UltraCombo’s items to display texts that has width significantly more the default column's one. Now you can see displayed tool tip under each of UltraCombo's items. Please let me know if that implementation matches your requirements or the approach of using ValueList and creation filter are still your first choice.
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 ?
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.