Hi,
We are using GWT 2.8.2 and SmartGWT 6.1 power version.
I have created a TileGrid by extending SimpleTile class for tile representation. And by passing datasource to tilegrid, All tile rendered in single block.
Now I want to implement grouping in TileGrid by 'groupByFieldName'. So depending on values of 'groupByFieldName', tiles which have same value for field 'groupByFieldName' should come in single block with holding group title as value of field 'groupByFieldName'. And then followed other group block and so on..
I have seen, This can be possible in ListGrid by ListGrid.groupBy(field...).
However i need this functionality in TileGrid So could you please help me how to proceed to achieve this functionality? I am thinking about creating multiple tileGrid but I have single datasource so getting grouped record list is another problem
Thanks
We are using GWT 2.8.2 and SmartGWT 6.1 power version.
I have created a TileGrid by extending SimpleTile class for tile representation. And by passing datasource to tilegrid, All tile rendered in single block.
Now I want to implement grouping in TileGrid by 'groupByFieldName'. So depending on values of 'groupByFieldName', tiles which have same value for field 'groupByFieldName' should come in single block with holding group title as value of field 'groupByFieldName'. And then followed other group block and so on..
I have seen, This can be possible in ListGrid by ListGrid.groupBy(field...).
However i need this functionality in TileGrid So could you please help me how to proceed to achieve this functionality? I am thinking about creating multiple tileGrid but I have single datasource so getting grouped record list is another problem
Thanks
Comment