We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

how can i make the ggc readonly

how can i make the ggc readonly?
i dont want to let my users edit/enter/delete the rows.

1 Reply

AD Administrator Syncfusion Team February 12, 2007 03:11 PM UTC

Hi Shachar,

You can set

groupingGrid.TableDescriptor.AllowNew = false; // prevent for adding new row in a grid
groupingGrid.TableDescriptor.AllowEdit = false; // prevent editing any cells.
groupingGrid.TableDescriptor.AllowRemove = false;//prevent for removing the row in a grid

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon