Yes, I agree that a common solution would be great
The challenge has been the timing of “trapping” of the row change.
Tony.
Thanks for that!
Thanks Tony!
I am using inline editing in my grids, so this works when you are using inline edit.
If you are using 3.5 then the imgpath variable has been deprecated and is not required.
John,
This may be considered more of a hack but
Tony,
I put up a static version here:
http://www.petesworkshop.com/jqgrid/test2.htm
I hard coded the select content where in my “real” application it makes a roundtrip to the server but you can see the effect: Missing borders when you add a row.
You need to click on the locations tab first and then back to “Employee Time Cards” tab to render the grid.
I'll see if I can put a simple test case together.
The version from Git hub that was available on September 27th.
Actually, I DO have formatter:'select' on each column of the colModel for the grid but when I use the getRowData method passing the rowid that I need, I get HTML rather than just the selected values in the cells.
Interesting…mine are all comma separated and they all work like a charm.
I think the format should be:
editoptions: {value: “1:first,2:second”}
You have a “;” where it should be a “,”
I had a similar issue that I worked around by using code similar to this:
Tony,
I am not sure what the issue was.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top