I have a page with a RadGrid (auto generated columns). I want to store how the user is setting their column sizes in Personalization so that it automatically reloads the column sizes each time they load the page/grid.
In order to do this I need to be able to (after a postback of some sort) retrieve the size (pixels) of the columns, but whenever I loop through the GridBoundColumns ItemStyle widths to get the value it is always blank.
How would I be able to get the width of the columns after a postback or partial postback?
In order to do this I need to be able to (after a postback of some sort) retrieve the size (pixels) of the columns, but whenever I loop through the GridBoundColumns ItemStyle widths to get the value it is always blank.
How would I be able to get the width of the columns after a postback or partial postback?