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.
PKPavithra Kodiyarasan Syncfusion Team February 10, 2016 01:31 PM UTC
Hi Boucher,
Thanks for your interest in syncfusion product.
You can edit the cells in GridDataBoundGrid by clicking the cell. You can change the currentcell behavior by using ActivateCurrentCellBehavior property.
Code snippet: this.gridDataBoundGrid1.ActivateCurrentCellBehavior = GridCellActivateAction.DblClickOnCell; //Begin editing/focus on cell when user double clicked on cell.