I have been cleared my cache from the browser. The bug is staying.
My previous post describe, the aftermath of fixing line. After restoreRow,
every column in the row which is not editable
( “editable:false”, “hiden:true” or “editable:true,hidden:true”),
lose his text!
Without fix line: When i`m in editRow mode editable fields are input box
or comboBox (“select”) except not editable(brackets up in the post),
I have a editable field an comboBox, depending on their values i change
the text in not editable col, reach that col using:
$(gridid +” #”+rowid).find(“td:eq(3)”).text(“newVal”) , after that