Hello all,
Is it possible to size grid columns to the text through code? If I open my grid some of the columns are too wide and contain extra white space while other fields are too small and the numbers in those cells display like ####. If I double click on the right edge of the column header, the cell resizes to perfectly fit my data. Is it possible to automate this so that the form opens with the width of each column fitting the data? Looking at the FormControl.width and widthMode methods, I see I can specify the specific width and width mode (Exact, Auto, or Column Width). None of those seem to resize the column like double clicking the right edge of the header. Does anyone know how to do this?
*This post is locked for comments