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
4110
Columns loose width when sorting
posted

I have a dynamically bound UltraWebGrid that contains five columns of numbers, but one row. I use the sorting method to populate a new grid depending upon which column is "sorted". When you click the header, sometimes (most of the time) the columns loose their width and collapse to the smallest width available. I preset the width in the initialize row method. I've even resorted to having a method called in the page's pre-render method to set the widths, but nothing works. It doesn't always do this, but most of the time it does. Is there a way to make sure it keeps the columns widths all the time? Thanks.