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
550
Adapt the column width to the width of the summary value
posted

Hello,

is it possible to automatically adapt the column width to the width of the summary value adhering to this column? Often the value of the summary does not fit within the visible area of the cell and an ellipsis is shown. But I always want to show the summary value in full length.

Any ideas? Thanks al lot!

Parents
  • 65
    posted

    Did you try to set the ColumnAutoSizeMode?

    Did you try to catch the ultraGrid_SummaryValueChanged event and set the ColumnAutoSizeMode?

    Different ColumnAutoSizeModes:

    • ColumnAutoSizeMode.AllRowsInBand

    • ColumnAutoSizeMode.Default

    • ColumnAutoSizeMode.None

    • ColumnAutoSizeMode.SiblingRowsOnly

    • ColumnAutoSizeMode.VisibleRows

Reply Children
No Data