Hi,
In version 9.1 of Infragistics, I was using the EditorControl property on an UltraGridColumn to enable me to place an UltraTextEditor in a cell. This worked great for our purposes (we built functionality that included a pop up when you hovered over that certain portion of a cell in that column), but I realize that if I want to upgrade to v11.2, I no longer have that property on an UltraGridColumn. Is there a reason this property was deprecated? Is there a standard and easy replacement property to which I can point the UltraTextEditor I have set up?
Thanks,
Charley
Hello Charley,
You could use the EditorComponent property of the desired column. More information about this property might be found here:
http://help.infragistics.com/NetAdvantage/WinForms/2011.2/CLR2.0/?page=Infragistics2.Win.UltraWinGrid.v11.2~Infragistics.Win.UltraWinGrid.UltraGridColumn~EditorComponent.html
Please feel free to let us know if you need any further assistance with this matter.