I have a ultrawebgrid with the column widths set with percentages. Once the column is resized the grid is updated each column from a percentage width to a pixel width. Once this happens the grid expands beyond the bounds of the screen.
Is there a way to prevent the grid from converting the percentage widths to pixels or is there a way to override the calculations used to convert from percent to pixel?
Thanks