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.
RNRahul Narayanasamy Syncfusion Team February 12, 2021 01:12 PM UTC
Hi Liero,
Greetings from Syncfusion.
We have validated your query with the provided information. If you want to disable editing for particular column, then you need to define AllowEditing property as false for those columns. This is default behavior.
<GridColumnField="@prop.Name"IsPrimaryKey="@(prop.Name == "OrderID")" AllowEditing="@(prop.Name == "CustomerID")"></GridColumn> //set AllowEditing as true if the Field name matches
}
</GridColumns>
</SfGrid>
Please let us know if you have any concerns.
Regards,
Rahul
Marked as answer
Need More Help?
Get personalized assistance from our support team.