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.
in the DataGrid in Bach Edit mode, why is the AllowAdding="false" property not taking effect? So how to not allow users to enter while in Bach Edit mode for new adding and editing services?
SPSarveswaran Palani Syncfusion Team May 8, 2023 03:19 AM UTC
Hi
Duong,
Greetings from Syncfusion support.
Query: How
to not allow users to enter while in Bach Edit mode for new adding and editing
services?
From your query, we suggest you to avoid adding new records to the Grid by set AllowAdding
property as false in GridEditSettings. Similarly disable AllowAdding property
at the column level helps us to disable the particular column from inserting
value to it.If IsIdentity is enabled, then it will be considered
as a read-only column when editing and adding a record. We have prepared and
attached sample based on your requirement. If you have any further
queries, we request you to share the issue reproducible sample or
reproduce the reported issue in the provided sample to us. It’ll be helpful to
validate further at our end and provide solution as earlier as possible from
our end.