Hello, in ultragrid I assigned ultratexteditor as editor component.But sometimes I need multiline textbox.I need something Popup textbox when clicikng ultratexteditor button.How to do?My be another way to open multiline textbox in grid cell?
Hello Ilkin,
There are many different approaches to solve this task. One possible approach could be if you are using ultraPopupControlContainer. More details you could find on http://help.infragistics.com/Help/Doc/WinForms/2013.2/CLR4.0/html/WinPopupControlContainer.html .
Another possible solution, could be through UltraControlContainerEditor - http://help.infragistics.com/Help/Doc/WinForms/2013.2/CLR4.0/html/WinControlContainerEditor.html . Third possible option could be through UserControl.
If you have any questions, feel free to write me
Hi,
If you need any additional assistance don’t hesitate to ask.
Regards
Hello
Sorry for late answer.Please,could You provide an example.I tried.But there are not enough samples on these.
thanks in advance
I suppose that this question is duplicate with your second question in that forum thread http://es.infragistics.com/community/forums/p/86569/432200.aspx#432200
Nevertheless here is the same sample and if you have any questions, feel free to write me
Sample 1