Hi. I have the following problem.
I have a cell with edittype = “checkbox” and a formatter that turns the chosen value into a check or a cross image. When I edit it, I need to automatically update another cell (the following one) that has the same property (a checkbox in edit, turns into a check or a cross image). I have been doing this manually in the afterSubmitCell event for these two cells, by erasing the innerHTML in the other cell and appending a span and an img, like the formatter does for each cell after edit.
Is there any way to do this automatically? I tried using the editCell and saveCell methods, but they don't have a way to set the new value to each cell, so they just send the current value to server.
Thanks.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top