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
110
please help - show all the text in the cell without wrapping
posted

When I try to load data to the grid, the column always wrap the text which display the ... in the cell. I want to display all the text wihthout any wrapping even it is very long. Can you tell what kind of settings I can use?

I know the user can click to resize the column, but i'd rather the user doesn't need to do it. 

Thanks,

Parents
  • 370
    posted

     Hi Zhenshi,

     

    To achieve cell text wrapping, you have to set two ultraGrid properties:

    UltraGrid.DisplayLayout.Override.RowSizing = Infragistics.Win.UltraWinGrid.RowSizing.AutoFree
    UltraGrid.DisplayLayout.Override.CellMultiLine = Infragistics.Win.DefaultableBoolean.True

     

    Regards,

    Rico
     

Reply Children