BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Hi Shamil,
Thank you for contacting Syncfusion support.
We have analyzed your reported issue and we found that you have rendered colorpicker for each item in the listview template. Generally, listview will relatively faster for high data load pressure but in your case the slow is due to the colorpicker component and its popups’ elements.
When we render a colorpicker component, it creates a button and dropdown popup element for its behavior. When we render colorpicker inside each item of listview, it will create for each item x 2 button element and dropdown popup elements. Even though this itself will slow down the process, the real slow is on scrolling the listview. When we scroll listview items the each colorpicker popup element will update its position for each of its target element (inspect and check in developer tools). This is CPU heavy task, hence the slow down occurs.
We can approach this issue in two ways, (1) keeping only one colorpicker for all the listview item entirely isolated from listview or (2) we can render colorpicker on demand using EJ2 tooltip component.We have attached a sample using 2nd method. Basically we will render listview in template with button. On button click event we will open a tooltip for that button. Inside tooltip on afterOpen event (from tooltip event) we will initialize the colorpicker component. Thus we can keep performance and only one colorpicker at a time.
Please get back to us for further assistance.
Thanks,
Christo
Hi Shamil,
We are glad to know that the issue has been resolved at your end. As you mentioned, We recommended using ej2-angular-lists instead of ej2-ng-lists because we have deprecated the support for ej2-ng-lists. Hereafter all the bugs, patch and volume releases will comes only under ej2-angular-lists.
Thanks,Christo