Hi Kedar,
Thank you for your interest in
Syncfusion products.
Query : Can we delete a column in
ASP.NET MVC Syncfusion grid?
To achieve your requirement we
suggest you to use context Menu feature of Grid. To enable context menu call
EnableContextMenu() method. Please refer below code snippet for further
details.
[ cshtml ]
@(Html.Syncfusion().Grid<Student>("GenericListGrid")
.Datasource(Model)
.EnableSorting()
. . . .
.EnableContextMenu()
)
For your convenience we have
prepared a sample for the above scenario and it is attached below. Please refer
to it.
Please let us know if you have any
concerns.
Regards,
Rakesh D
Context Menu Grid_1bc4e4bd.zip