The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I have an Accordion control that uses a content template with 5 items. When the control is loaded, I would like the 2nd item to be expanded and the rest closed. Currently on load all are closed and I have to click on one to expand.
HBHareesh Balasubramanian Syncfusion Team December 16, 2019 12:27 PM UTC
Hi Carl,
Greetings from Syncfusion Support.
Based on your requirement we have prepared a sample, to expand the second item on the initial load using created event and expandMode property is used to expand/ collapse a single / multiple Accordion item.