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 made my grid read only but when I do the following to the grid after calling the read only the text doenst get passed:
gc_Grid.ReadOnly = True
gc_Grid(i_Row, i_Col).Text = al_VariableList.Item(i_Index)
gc_Grid(i_Row, i_Col).CellTipText = str_CellExtractInfo
How can I make the grid be able to be changed through code as well as have nested gridlist controls that are navagationable but have the information uneditable by a user?