I just updated jQuery from 1.6.2 to 1.6.3 and find out that inline edit not working properly after that change.
I have check boxes and if I untick checkbox(value true
switched to false
) and click save, the value of that tickbox posted as true
on controller but real value should be false
because i changed that.
Also if the value was 'false' (checkbox unchecked) and I change it to checked(true
) it is working this way. So i it is only not working from checked to unchecked only(when i am unchecking the checkbox the value true
always posted on server instead of 'false').
When I switched back to jQuery 1.6.2 all working as before, no issues with checkboxes.
My jQGrid version 4.1.2.
Is is a bug with jQuery 1.6.3?