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
225
Cell text getting truncated
posted

Hi,

I am using WebDataGrid 11.2

I am binding a dataset to a grid. One of the column values may grow to to large size. Currently, the grid automatically truncates the data to keep the row height/column width constant.

Is it possible to make the cell grow (vertical growth preferred) to accomodate the complete data?

Markup of grid:

<ig:WebDataGrid

ID="WebDataGrid1"

runat="server"

Height="100%"

Width="100%"

DefaultColumnWidth="150px"

Font-Size="Small"

AutoGenerateColumns="true">

<Behaviors>

            <ig:Selection></ig:Selection>

<ig:Sorting></ig:Sorting>

</Behaviors>

</ig:WebDataGrid>

Thanks

Sharon.