I`m using Firefox version 3.0 and jqGrid 3.2rc.
I`ll create an example page for
Hi again!
Continuation of my previous post. I`m loadet the jqgrid, and in my
I`m using on a one row autocompete and ui.datapicker, and there is no
problem.
I think that it`s working perfectly thanks a lot.
Greetings.
Ok. What should I do?
I`m using 3.2rc version of jqGrid. Downloaded week ago.
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
Thanks for the fast response, but this did not fix my issue,
i also set the colmodel for the column which
Is there any solution or fix, for the problem?
I`m using 3.2rc version of jqGrid.
Hello Tony.
I have Reviewed carefully to the discussion for jqGrid.I did not found a solution for my problem,
which leads me to think that it is not understood.
The problem following:
I have a column edittype:”select” -CntId (see below).
colNames:[“IdtCrdId”,”IdentityCards”,”DateOfIssue”,”Country”],
I`m not asking about the event, the question is how can i change the data in jqgrid with xml parameter? Something like setUrl option.
It’s good. What I try to do now is when pressing the button from pager to submit new xml generated by external function at jqgrid painting to new data. Is there any such possibility and what should I use?
I fixed a bug and it worked with this additional case.. topic closed
I have edited the grid.base.js file populate function and added:
case "xmlvar":
addXmlData(ts.p.datastr,ts.grid.bDiv);
ts.p.datastr = null;
ts.p.datatype = "local";
if(loadComplete) loadComplete();
break;
with datastr as my javascript xml document but nothing happens… Am I close to any solution…
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top