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
1065
Ultragrid Cell word wrap
posted

If there a way to make text in a grid cell auto wrap?

I have done the following:

.Grid.DisplayLayout.Override.CellMultiLine = DefaultableBoolean.True
.Grid.DisplayLayout.Bands(0).Columns("Description").CellMultiLine = DefaultableBoolean.True
.Grid.DisplayLayout.Override.RowSizing = RowSizing.Free
.Grid.DisplayLayout.Bands(0).Override.RowSizing = RowSizing.Free
.Grid.DisplayLayout.Override.RowSizingAutoMaxLines = 20

But my grid will not auto wrap. I can get one grid to wrap by calling performAction but not the rest of my grid.

I thought this was a bug in my previous version but I have upgraded to 17.2 and still the same issue.

Parents
  • 7535
    Offline posted

    Hello Adeyinka, 

    I followed the code you provided and created a sample of UltraGrid for cell autoWrap behavior.

    In my sample for RowSizing instead of using ‘Free’ option I am using  ‘AutoFree’ option and when I run the sample I found my sample is working as expected. In the grid cell does have text wrapped in multiple line. 

    I have attached the sample project I used to test this.  Please test this project on your PC; whether or not it works correctly may help indicate the nature of this problem. 

    If the project does not work correctly, then the change in behavior is due to differences in your environment from mine and these differences can be anything from operating system version to the specific version of the Infragistics DLL versions used.  My test was performed using version 17.2.20172.2005. 

    Please provide more details about your machine and version of the assemblies that you are referencing so that I can modify the environment that I am testing in to match yours.

    If the project does show the product feature working correctly, then more information will be needed to reproduce the issue in a sample that can be used for debugging.  It will help if you can provide a small, isolated sample application that demonstrates the behavior you are seeing.  This can be done by either making the sample that I provided more like your application or by isolating the behavior from your application by removing dependencies on any third parties or databases. WinGrid172.zip

    Please let me know if I can provide any further assistance.

Reply Children
No Data