- Home
- Forum
- Angular - EJ 2
- The loading box does not disappear issue.
The loading box does not disappear issue.
HI
demo url:https://stackblitz.com/edit/angular-vsuwpl?file=src%2Fapp.component.ts
1.
When there are no columns and values, the loading icon keeps appearing.
2.
After adding rows and values, click on apply, the loading in the field list does not disappear.
In my project, two loading boxes appear and they never disappear.
Hi Renard,
Sorry for the inconvenience. We checked the reported issues and were able to replicate them on our end. We are currently validating these issues on our end. We will update the further details tomorrow (Dec 22, 2023).
We appreciate your patience until then.
Regards,
Yashvanth G G
HI
1.
When scrolling the data, the loading box is still not disappearing and the data is not refreshing.
2.
If there were filter conditions in place, when opening the filter condition window for the first time and clicking "select all," all data would not be selected. If two records were manually checked above and then "select all" was clicked, all records would be selected.
Hi Renard,
Please find the response below.
|
Query |
Comments |
||
|
Thanks for the patience. We considered the reported issues as a bug titled "Loading indicator not hidden properly in the Angular Pivot Table". And the fixes for these issues will be included in our in our January 2nd weekly release, which is scheduled to be rolled out on January 09, 2024. You can track the status of the issue fix using the following feedback link. |
||
|
We suspect that the this reported issue also occurs to as similar as above. Thus, we believe that this issue will be resolved while considering the above issues. You can track the status of the issue fix in the above feedback link.
Also, while checking your code example, we found that some codes were missing that are required when using virtualization with static field list, where you need to pass the report information and page settings to the pivot table instance via the field list's load event. Please refer to the below code example: Code example: [In app.component.html]
[In app.component.ts]
Also, we have UG documentation for virtualization with static field list. Please find the UG link below,
UG documentation link: https://ej2.syncfusion.com/angular/documentation/pivotview/virtual-scrolling#virtual-scrolling-for-static-field-list
|
||
|
We would like to let you know that our pivot table is currently behaving in this manner. Meanwhile, we will validate the current selection behavior and provide further details on December 26, 2023. |
We appreciate your patience until then. Please let us know if you have any concerns.
Regards,
Yashvanth G G
Hi Renard,
Thanks for the patience. We confirmed the reported "Select All" selection behavior in the filter dialog as a bug and logged a defect report as "All node check box status not working properly while clicked "All" text in the filter dialog". And the fix to this issue will be included in our January first weekly release, which is scheduled for January 10, 2024. We appreciate your patience until then.
You can now track the status of your request, review the proposed resolution timeline, and contact us for any further inquiries through the below link.
Regards,
Angelin Faith Sheeba.
HI
1.
When scrolling to the far right, there is a display issue with the repeated use of automatic column width adjustment.
2.
Dragging the field did not trigger the Field Drop event, but it was triggered when clicking. In previous versions, dragging the field could trigger the Field Drop event.
3.
Scroll to the far right and manually adjust the column width. At this time, the scroll bar does not recalculate, causing some data to be invisible.
Hi Renard,
Please find the response below.
|
Query |
Comments |
|
|
1. When scrolling to the far right, there is a display issue with the repeated use of automatic column width adjustment. 3. Scroll to the far right and manually adjust the column width. At this time, the scroll bar does not recalculate, causing some data to be invisible. |
We would would like to inform you that there are certain limitations to consider while using the virtualization option in our pivot table. Because when there are a lot of columns and rows, the virtualization feature is used to render without loss of performance by acquiring the rowHeight and columnWidth from gridSettings for calculating the page information for scrolling. Thus, the features like column resizing, autoFit, textwrap and individual column width affects the pivot table’s row height and column width at runtime, which will not be considered for scroller calculation because having more rows and columns and it leads to performance constraints. Thus, it leads UI issues while perform scrolling in the pivot table. Thus, column width adjustments and column resizing affects the calculation used to pick the correct page on scrolling in the pivot table. Please refer the below documentation to know more about the limitations of virtual scrolling.
Document: https://ej2.syncfusion.com/angular /documentation/pivotview/virtual-scrolling
|
|
|
2. Dragging the field did not trigger the Field Drop event, but it was triggered when clicking. In previous versions, dragging the field could trigger the Field Drop event. |
We have checked the reported issue and we are able to reproduce it at our end. Thus, we logged this as a bug and the issue fix will be included in our January first weekly release which is scheduled to be rolled out at Jan 10, 2023. You can track the status with the feedback link below.
Until then we request you trigger the “fieldDrop” in the “ejs-pivotview” component to trigger “fieldDrop” event while dropping the field via drag and drop. Please refer to the below code example.
Code example:
Meanwhile, we have prepared a sample with the workaround solution.
Output screenshot: |
Please let us know if you have any concerns.
Regards,
Angelin Faith Sheeba.
HI
demo: https://stackblitz.com/edit/angular-vsuwpl?file=src%2Fapp.component.ts
After scrolling to the bottom, a blank space appears. I do not experience this issue on my commonly used Google Chrome browser, so I suspect it may be related to buffering. When switching to Edge browser, the issue occurs. Steps to reproduce: Refresh data, scroll to the bottom, and then use the scroll wheel. A blank space will appear.
Hi
demo:https://stackblitz.com/edit/angular-vsuwpl?file=src%2Fapp.component.ts
When initializing the load, the date format is correctly executed according to the formatSettings. However, if the Year field is moved to the values and then moved back to the rows, the displayed date will be the original value, and the date format will not be based on the formatSettings.