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

I want after edit want to save the existing record of grid

Please provide example in Jsplayground
Technology must be angular js and  mvc
Please provide me example of
I want edit and save record 
                    <div ng-init="getListofAccessGroup()"
                          id="securityGrid" 
                          e-scrollsettings-width="null"
                          ej-grid e-datasource="data"
                          e-columns="columns"
                          class="gridStyle" 
                          e-allowresizing="true"
                          e-allowkeyboardnavigation="true" 
                          e-allowscrolling="true" 
                          e-allowsorting="true"
                          e-toolbarsettings-showtoolbar="true" 
                          e-toolbarsettings-toolbaritems="tools" e-editsettings-allowediting="true"
                          e-editsettings-allowadding="true"
                          e-editsettings-allowdeleting="true" 
                          e-minwidth="550" 
                          e-isresponsive="true"
                          e-scrollsettings-height="{{maximumGridHeight}}" 
                          e-actioncomplete="actioncomplete" e-rowselected="rowselected" 
                          e-actionbegin="deleteConfirmation"></div>
                </div>


 $scope.columns = [
              { field: "markingId", headerText: "MarkingID", isPrimaryKey: true},
              { field: "markingString", headerText: "GroupName" }
        ];

I want to edit record and save the record 


1 Reply

SS Seeni Sakthi Kumar Seeni Raj Syncfusion Team October 15, 2015 06:35 AM UTC

Hi Rakesh,

We have prepared a sample in jsPlayground with the Editing and Adding features. Please refer to the jsPlayGround link.

http://jsplayground.syncfusion.com/uzrw50wd

Refer to the Help and KB documents related to Essential Grid Editing.

Help Documentation: http://help.syncfusion.com/js/grid/editing
KB:
https://www.syncfusion.com/kb/javascript/ejgrid?sortId=0&tags=crud
https://www.syncfusion.com/kb/javascript/ejgrid?sortId=0&tags=editing
https://www.syncfusion.com/kb/aspnetmvc/all?sortId=0&tags=crud


Regards,
Seeni Sakthi Kumar S.

Loader.
Live Chat Icon For mobile
Up arrow icon