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

GridDataBoundGrid column width

Hello, I am trying to set the wifth of a column in a GridDataBoundGrid. Can this be achieved? The problem is that for the combobox cells the arrow overlaps the text the menu contains, so I need to make the column a liitle wider... Can u help me ?

2 Replies

AD Administrator Syncfusion Team July 1, 2003 09:22 PM UTC

To explicitly set the width of a column in a GridDataBoundGrid, use code like this.grid.AllowResizeToFit = false; this.grid.Model.ColWidths[2] = 100; You need the first line otherwise the grid will try to autosize things based on the header text and this will interfere with your sizing.


MV Mihai Vlad July 2, 2003 05:15 AM UTC

Thanks. It worked. :) Mihai Vlad

Loader.
Live Chat Icon For mobile
Up arrow icon