I have a grid with multiple groupFields. Â I set groupCollapse to true so grid displays with all rows collapsed initially. Â I would like to expand all first level groupings when the grid loads. Â So for example, in my grid with two grouping levels, I end up with row id’s like:
I want to expand ghead_0_0 and ghead_0_2 in this case (but all the ghead_1_* stay collapsed). Â I assume I need to add something to loadComplete, but not sure what to iterate, how to identify what to ‘groupingToggle’. Â
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top