How to Open first RadzenAccordionItem by default? #1819

Closed
opened 2026-01-29 17:59:00 +00:00 by claunia · 1 comment
Owner

Originally created by @rajAmukhliS on GitHub (Jul 22, 2025).

I have tried <RadzenAccordion @bind-Value="@selectedIndex"> where selectedIndex=0;
and also

but both not working

Originally created by @rajAmukhliS on GitHub (Jul 22, 2025). I have tried <RadzenAccordion @bind-Value="@selectedIndex"> where selectedIndex=0; and also <RadzenAccordionItem Expanded="true"> but both not working
Author
Owner

@rajAmukhliS commented on GitHub (Jul 22, 2025):

i solved this by using

and found hints from the issue #1916
https://github.com/radzenhq/radzen-blazor/issues/1916#issue-2799080114

@rajAmukhliS commented on GitHub (Jul 22, 2025): i solved this by using <RadzenAccordionItem Selected="true"> and found hints from the issue #1916 https://github.com/radzenhq/radzen-blazor/issues/1916#issue-2799080114
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1819