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);
Hi
Can you try with adding the following in design code
StationaryMargins
="true"