I am having some trouble with getting 2 jqGrids working on the same page. Each of these grid contains a Date Field with the exact same name.
I have configured the filterToolbar
option using jquery datepicker. After selecting a date from the second grid, the value gets populated back to the first grid.
Here's the jsFiddle:
http://jsfiddle.net/g2oo5nhc/8/
I think this might be an ID collision problem. Is this a bug? Or is there something wrong with my set up?
If this is indeed a bug, is there any workarounds for this problem?