[DX Support team: this thread was cloned from Q470745]
I am trying to increase the width of the grid view columns customization window. I put the following in my Page_Load():
C#grid.SettingsPopup.CustomizationWindow.Width = new Unit(grid.SettingsPopup.CustomizationWindow.Width.Value * 1.1, grid.SettingsPopup.CustomizationWindow.Width.Type);
This is not working - the width at this stage is 0px, so increasing it by 10% will not help. Moreover, now when the customization window shows up, it is empty (it is working fine when I don't have the three lines of code above in my Page_Load()).
Thanks in advance
Vadim