Hi,
I have an SfAccordion control within which, for each item, I created a custom control that contains some dropdownlists and a SfListView with checkBox.
If the content of the list is of a few items the expansion / collapse time is acceptable but if the number of items in the list is also 10/20 items the expansion / collapse time is a few seconds. I have turned off all accordion effects but it seems that the custom control rendering, inside the accordion template, is done more times than it seems necessary.
By capturing the OnCollapsing event, in fact, the event happens after about 1 second. Doing some tests it seems that the rendering of the custom control occurs as many times as there are Items in the SfAccordion control. I also set EnablePersistence = "true" but without any significant change.
I use the latest version of SyncFusion for blazor and .NET 5.2
waiting for your suggestion on how to reduce this time
thank you