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

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -