HiIs there a way I can format the text before it get painted into the UltraGridCellProxy object that is within the UltraGridRowEditTemplate? For example, The text appears left aligned in the WinGrid cell, and when the user wants to edit the text of this cell, it appears middle aligned in the CellProxy? I know I could use a UltraTextBox to do this functionality, but as the CellProxy object does the updating the property on the fly, It's best to try and use it. Cheers Chris
Hello Chris,
Thank you for contacting Infragistics.
You can get the behavior you want by setting UltraGrid.DisplayLayout.Override.EditCellAppearance.TextHAlign.
Please let me know if you have any other questions about this.