Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
290
UltraGridRowEditTemplate - Formatting text before being shown on UltraGridCellProxy object
posted

Hi

Is 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

Parents
No Data
Reply
  • 18495
    Suggested Answer
    posted

    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.

Children
No Data