I was wondering if following is possible:
– Create json or XML or any other format file for grid data.
– Arrange data so that it is already grouped.
– When we call load function it will show data in grouped format.
I am trying to avoid groupBy function by doing above steps.