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

GridDataBoundGrid - FULL CRUD with entity framework 6

i'm trying to user aGridDataBoundGrid with entity framework and i try to find a sample
with standard CRUD functionality but i can't find any maybe you have one ?

1 Reply

PK Pavithra Kodiyarasan Syncfusion Team February 10, 2016 01:31 PM UTC

Hi Boucher,

Thanks for your interest in syncfusion product.

You can edit the cells in GridDataBoundGrid by clicking the cell. You can change the currentcell behavior by using ActivateCurrentCellBehavior property.

Code snippet:
this.gridDataBoundGrid1.ActivateCurrentCellBehavior = GridCellActivateAction.DblClickOnCell; //Begin editing/focus on cell when user double clicked on cell.


For add and delete please find the below sample.
Sample:
http://www.syncfusion.com/downloads/support/forum/121925/ze/Entity_Framework_Demo-1409163453

If your requirement is different from this, Please let me know.

Regards,
Pavithra K.

Loader.
Live Chat Icon For mobile
Up arrow icon