Fancellu said:
I can edit inline just fine, but is there a reason you don't seem to allow adding new rows inline?
It seems a bit odd to making adding and editing 2 different experiences.
Is there no way I could programatically add a blank new row and then let the user edit that row?
Also, I have some inline editing edit editrules:{ required:true} on a column, but when I try that I get a javascript error
jQuery.jgrid.edit is undefined
http://localhost:8080/Research…..rid.min.js
Line 218
function checkValues(a,b,c){var e,f,h;…(a)))if(isNaN(a))return[false,h+”: “+ …
Any idea why? Do I only get validation message in form edit mode? I'd like to have a mesage box come up or some such, happy to
catch the validation myself if needs be. How would I do that? All the demos I've seen with editrules seem to be in form edit mode.
By the way, lovely grid, very nice software.