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.
The problem description. Datagrid has disconnecting datasource - datatable filled in the code. I want to edit the cell of one column (another columns are readonly). One way to catch the editing result following:
In the TextChanged event I have to get the text of the underlying textbox for this column from DatagridColumnStyle, update the correcponding column in the corresponding row of the DatataTable as datasource and refresh it invoking method "AcceptChages". The problem is that all this DOESN''T WORK. May be anyone knows more short and real way to catch the new text in the cell and accept the changes?
Thank you very much in advance.
Boris