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
1005
how to refresh columns cheaders widths in an UltraWebGrid
posted

Hi,

    I have an UltraWebGrid. I set the column width by code from VB.NET using the following code:

col = gObjects.Columns.FromKey("ShowInObjDictionary")
col.Width = 150

and so on for all the visible columns. When the grid is shown in execution the headers don't have the width set by code (the columns showing data yes)

If I click on the header to change the width it is fixed... How can I refresh the headers widths so they are shown ok the first time?

Thanks,
Fernando