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.
In my company's project, there is one page that required the SFTextBox to be auto focused on load. But FocusIn event not working need help on this case. The codes below is the example of my code. TxtCard is SFTextBox ref in code.
PMPonmani Murugaiyan Syncfusion Team October 5, 2020 12:49 PM UTC
Hi Khoo,
Thanks for contacting Syncfusion support.
We have validated your reported issue. The cause for the issue is “In onInitialized method you won’t get the instance of the TextBox component”, so the control not get focused on page load. The same can be achieved using Created event of the component, in which you can get the instance and the component gets focused on loading the page.