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 that after it has loaded the data I want the last cells to be of fomula type. I haven't been able to do this. This is what I put in a button to try to "Activate" this function:
this.gridDataBoundGrid1.DataBindings.Clear();
gridDataBoundGrid1[8,1].CellType = "FormulaCell";
This code produces a error on the second line.
Any ideas on how to do this
Regards
Lucas