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
245
How can I align a column right-justified?
posted

This Syntax from the old UltraWebGrid:

UltraWebGrid1.Columns.FromKey("Betrag").CellStyle.HorizontalAlign=HorizontalAlign.Right

How is the systax in the WebDataGrid?
Thanks.

Parents
  • 33839
    posted

    Hi BBL_MV,

    There is no property to do this for the WebDataGrid.  This would be accomplished with styling.  You would need to set the css of the column to a class that aligns the text on the right.  You would also have to do this to the header css and footer css and any auxilary row cells.

    regards,
    David Young 

Reply Children