Hello Tony,
I think that the line of form editing
1 |
$(frmtb+" > tbody > tr > td > .FormElement").each(function() { |
should be fixed to
1 |
$(frmtb + ">tbody>tr>td .FormElement").each(function() { |
to simplify usage of controls which move .FormElement element to another location. For example jQuery UI Spinner wrap it inside of element which makes problem to get the results of editing. I suppose the control is not the only one which do this. See the answer for more information
Best regards
Oleg
P.S. Please take a look in the comment and some previous one. I think it could be interesting to fix some problems.
P.P.S. It would be nice to see new release of jqGrid with all fixes and changes which exists in the code on github.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top