I have a grid with
{width: 940}
It works fine when the grid is ungrouped, but when I set it to grouped, it squishes down to the minimum size of the columns. I'm using
$("#myGrid").setGridWidth(940);
in the onComplete handler to fix it, but it's less than ideal.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top