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 am trying to give a focus by code at a particular cell of my grid like the focus method of vb.net control ( ie textcontrol) to force a user to enter a specific value , but I don't find the correct way to do it.
After that I need to lock the user into this cell until he has entered a correct value.
Is there any body who can help me ?
Thx
Fabrizio
ADAdministrator Syncfusion Team October 5, 2003 08:50 PM UTC
Call CurrentCell.MoveTo to set focus to a specific cell. If you do this from within Form.OnLoad you should also set ForceCurrentCellMoveTo = true.
To ensure the user is locked in until he enters the correct value handle the CurrentCellValidating event.
Stefan