In your documentation the function editRow and saveRow are defined as follow:
editRow( rowid, keys, succesfunc, url, extraparam, aftersavefunc )
saveRow (rowid, succesfunc, url, extraparam, aftersavefunc)
but in the JS file grid.inlinedit.js the editRow function seems to be defined different:
editRow : function(rowid,keys,oneditfunc)
and so i’m not able to use it in the proper way since the function doesn’t pass all the values to the saverow function after Enter is pressed.
There is a mistake or i didn’t understand how to use these function ?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top