Hi Harsh,
Greetings from Syncfusion support.
We checked your query and based on that suspect your requirement is to disable editing for some Grid columns. If so you can achieve this by setting the allowEditing property as ‘false’ to the required columns as demonstrated in the below code snippet,
|
<e-column field='CustomerID' headerText='Customer ID' allowEditing='false' width=120></e-column> |
If we misunderstood your query or if you require any further assistance, then please get back to us.
Regards,
Sujith R