Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Telerik
Build great .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
Testing & Mocking
Debugging
Build JavaScript UI
Javascript
AI for Developers & IT
Ensure AI program success
AI Coding
Additional Tools
Enhance the developer and designer experience
UI/UX Tools
Free Tools
CMS
Support and Learning
Docs & Resources
Productivity and Design Tools
Hi Team,
How to show a pre-selected item in FileManager Blazor when the page loads
I have tried using two-way selection but it does not work.
I got the selection example in the Telerik documentation and modified it slightly to preselect the first item:
protected override async Task OnInitializedAsync() { FileManagerData = await GetFlatFileEntries(); SelectedItems = new List<FlatFileEntry> { FileManagerData.First() }; }
This works as expected. You can see the working example here: https://blazorrepl.telerik.com/wJuyOXYs16IkHPua03
Regards,
Anislav Atanasov