How to Add new row, inline cell edit and delete of JQGrid using angularJS and WebAPI -
i followed below link bind jqgrid
https://github.com/chandermi/angular-jqgrid-directive/blob/master/nggrid.html <div> <ng-jqgrid config="config" addnew="true" modeldata="patientdata" gridid="patientgrid" pagerid="patientpager" api="gridapi"></ng-jqgrid></div> am using jqgriddirective.js using grid binding column resize how add new row, inline cell edit using angularjs
is possible i.e add jq grid using angularjs
Comments
Post a Comment