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
180
column width
posted

Hi All,

When I try to set the width of the column through the code, I am having an issue with the header. Header is getting invisible and there is a white row in place of header.

The code goes like this:

                    UGResult.Columns[0].Width = Unit.Percentage(10);
                    UGResult.Columns[1].Width = Unit.Percentage(30);
                    UGResult.Columns[2].Width = Unit.Percentage(30);
                    UGResult.Columns[3].Width = Unit.Percentage(20);
                    UGResult.Columns[4].Width = Unit.Percentage(10);