Hi Isomorphic,
We are using Smart Gwt-5.1 (19th January build)
Browser: Google Chrome, version: 47.0.2526.106 m
Issue: “Group By” operation is not working if listGrid is having more than 2 page of records .
Description: After adding pagination in listGrid, we are not able to perform "Group By".
As per our understating with SmartGWT behaviour, group by will work only if all the records are loaded to UI.
Scenario: Suppose we have 90 records and we have to perform group by operation in listGrid.
Due to pagination, for 1st request list grid will fetch -- 30 records
After selecting "Group By" 2nd request is initiated from list grid for next 30 records -- 60 records loaded
But "Group By" is not applied in the grid because all records are not loaded/fetched. (Total records are 90).
In this case, User is not clear on whether "Group By" is not working or after loading all records "Group By" will be applied.
Note:
In case of check box, if all records are not loaded in UI, on clicking the check box, UI shows an tool tip message as follows.
"Can't select that many records at once".
Please find the below URL, which we have posted query earlier for checkbox issue.
http://forums.smartclient.com/forum/...election-issue
Please let us know whether similar kind of solution is possible for "Group By" option also Or any other alternates to resolve this issue.
Thanks,
We are using Smart Gwt-5.1 (19th January build)
Browser: Google Chrome, version: 47.0.2526.106 m
Issue: “Group By” operation is not working if listGrid is having more than 2 page of records .
Description: After adding pagination in listGrid, we are not able to perform "Group By".
As per our understating with SmartGWT behaviour, group by will work only if all the records are loaded to UI.
Scenario: Suppose we have 90 records and we have to perform group by operation in listGrid.
Due to pagination, for 1st request list grid will fetch -- 30 records
After selecting "Group By" 2nd request is initiated from list grid for next 30 records -- 60 records loaded
But "Group By" is not applied in the grid because all records are not loaded/fetched. (Total records are 90).
In this case, User is not clear on whether "Group By" is not working or after loading all records "Group By" will be applied.
Note:
In case of check box, if all records are not loaded in UI, on clicking the check box, UI shows an tool tip message as follows.
"Can't select that many records at once".
Please find the below URL, which we have posted query earlier for checkbox issue.
http://forums.smartclient.com/forum/...election-issue
Please let us know whether similar kind of solution is possible for "Group By" option also Or any other alternates to resolve this issue.
Thanks,
Comment