We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

the row text is getting cut off when loading data from database.

the row is showing half text. half of the text is getting cut off. the data is not getting fully displayed in the grid.

please help.

1 Reply

RD Rakesh D Syncfusion Team August 23, 2012 12:59 PM UTC

Hi  digish,

Thank you for your interest in Syncfusion products.

In order to avoid text cut off in column, set the ‘AllowAutoWrap” property to “true”. Please refer to the following code snippet.

[cshtml]

@{ Html.Syncfusion().Grid<Order>("Grid1")

.AllowAutoWrap(true

}

Please let us know if you need further assistance.

Regards,
Rakesh D


Loader.
Live Chat Icon For mobile
Up arrow icon