Hi,
If row id has whitespace than grid select doesn't work properly. When select changes the old selected row still looks selected (multiple select).
in grid.base.js (jqGrid 5.3.3) line 64 i added bold part, now it works fine even if id has whitespace:
return sid.replace(/:/g,”\\:”).replace(/\./g,”\\.”).replace(/\[/g,”\\[“).replace(/\]/g,”\\]”).replace(/ /g,”\\ “);
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top