Hi,
Is there any existing editable tooltip class exists in Infragistics. If no, how can I create one using Infragistics framework?
Regards,
Nitin Jain
Hello Nitin,
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
Could you please review the sample(as Mike suggested) attached to this post and see if it meets your requirements. Please feel free to let me know if I misunderstood you or if you have any other questions.
No, there is no editable tooltip in NetAdvantage. Perhaps you could achieve what you want using a DropDownEditorButton in the ButtonsRight collection of the UltraTextEditor. The dropdown could have another UltraTextEditor inside it which is big enough to accommodate the entire text.
Hi Boris,
Thanks for the reply. I need a tooltip control in which user can edit text at runtime. Let me give an example:
We have a small textbox field. If the user entered a long string then he/she can't see the whole string. For that we can use the tooltip to show whole text.But in addition the user wants to edit the text in the tooltip directly and reflect the changes in to the text editor. We are using Infragistics text editor.
Is there any way to achieve this either existing control or by extending the existing control.
You could use our 'WinToolTipManager' component. Please take a look at the following link:
http://help.infragistics.com/NetAdvantage/WinForms/2012.2/CLR4.0/?page=WinTooltipManager.html.
Please do not hesitate to ask if something comes up.