Home › Forums › Guriddo jqGrid JS › Help › afterInsertRow not firing in 3.5
Hi,
I'm really enjoying the 3.5Alpha release – the theming support is huge!
I am having some trouble getting afterInsertRow to execute.
I figured this problem out, but I'm not sure if it is the right thing to do.
I made a small change in jquery.base.js (again, version 3.5Alpha), I changed row 800:
if(afterInsRow===true) {ts.p.afterInsertRow(row.id,rd,this);}
to
if(afterInsRow = true) {ts.p.afterInsertRow(row.id,rd,this);}
afterInserRow executes now, where it never would before.
Hello,
Thank you for this. It is a bug when a xml datatype is used in 3.5 only
The right correction is:
if(afterInsRow) {ts.p.afterInsertRow(row.id,rd,this);}
Thanks.
Best Regards
Tony
Stay connected with us in your favorite flavor!
Copyright 2014 TriRand LtdAll Rights ReservedRSS