Hi,
In the grouping functionality, there are some usability concerns.
For Example, when you click on the group to collapse, there is no way to expand again. And if you are displaying subtotals, at least you see the subtotal of that group else that group is completely gone or disappear.
Can we have some option like Expand/collapse for individual groups like the same we do for rows? Or any other better option?
Thanks,
Sunilkumar.V
Hi Sunil,
Could you please add some screenshots for better understanding?
Thanks,
Roman
Hi,
please find the screenshots. Steps to follow:
I have attached Groups with subtotals also.
Thanks,
Sunilkumar.V
Hello Sunilkumar.V,
Thank you for providing the screenshots. We were able to reproduce the issue on our side. The fix will be ready in the version 2.316 ETA May 22. Please let us know if it works for you.
Regards,
Tanya
yes. Thanks for an update.
Thanks
This issue is fixed in current version 2.316?
Thanks,
Sunilkumar.V
Hello Kumar,
The issue is fixed.
You are welcome to update the component.
Kind regards,
Dmytro.
Hello,
The issue is still exists. When the grid is in expand all state, try click on the group, it's removing from the grid.
it's an important bug that we promised to our customers. Can this be available in 2.317?
Thanks,
Sunilkumar.V
Hi,
here is the logic using for expandall/collapse all data..the groups are removing only when grid is in expandall state.
var expandAllItem = $('<li class="fm-ui"></li>');
expandAllItem.append('<span class="fm-ui" id="#fm-text-display">Expand All</span>');
var collapseAllItem = $('<li class="fm-ui"></li>');
collapseAllItem.append('<span class="fm-ui" id="#fm-text-display">Collapse All</span>');
expandAllItem.click(function(e) {
e.stopImmediatePropagation();
scope.ctrl.olapGrid.expandAllData();
});
collapseAllItem.click(function(e) {
e.stopImmediatePropagation();
scope.ctrl.olapGrid.collapseAllData();
});
$('#fm-context-menu ul').append(expandAllItem);
$('#fm-context-menu ul').append(collapseAllItem);
Hello Kumar,
The version 2.317 will be released on the 6-th of June, which is tomorrow, therefore it is not possible to prepare the fix in such small amount of time. We have reproduced the issue and the necessary update will be ready in the version 2.318 ETA Jun19.
Best regards,
Dmytro.
Hi Dmytro,
Thanks for a quick response. it's good to know that new release will be available before 20th. We can wait until 19th.
Thanks,
Sunilkumar.V
Hello,
please find the screenshots. Steps to follow:
I have attached Groups with subtotals also.
Attachments:
1.Expand all.png
2.Click on Group1 drillup.png
3.Disappear Group1.png
4.Group1 with subtotals.png
I have checked this issue in 2.4 version of component. still the issue exists in 2.4 version(When click). can you please check and confirm?
Thanks & Regards,
Sunilkumar.V
Hello Sunilkumar.V,
Thank you for reporting the issue. We were able to reproduce it on our side. The fix will be delivered as part of minor release 2.405, ETA Oct 9. Please let me know in case of further questions.
Regards,
Tanya
Hello, Sunilkumar.V,
I am glad to inform you that the minor release 2.405 is available for download.
The issue with grouping feature when expandAll: true
was fixed.
You are welcome to update the component.
Regards,
Tanya