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.
Hi,
I have a DataBoundGrid and everything works fine. But I have to move to the appendrow from the program''s main-menu and enter the editmode directly:
User Selects Edit->New
Inputfocus has to go to the appendrow and is in editmode.
I have selected the appendrow with something like this:
gridDataBoundGrid1.CurrentCell.Activate(gridDataBoundGrid1.Model.RowCount, 1, GridSetCurrentCellOptions.SetFocus );
But I still have to click on it with the mouse before I can start editing. Any Ideas??
Thanks for help
-Matthias