Hello,
Thank you for this – you are right.
There is a more easy way to do that. Just move this piece of code
before adding the subgrid and multiselect columns in the
colModel
Regards
Tony
Hello,
Thank you for this. I should correct this but I do not known where.
Soon there will be a new version of this software and I shope that this will
be corrected
Regards
Tony
Hello,
The link to the page that you post here does not exists.
So, could you please make the change from my previous post and
allo the link to the page with the cahged grid.base.js code
Regards
Tony
Hello,
It seems that some things are not changed in IE7 too.
Could you please open grid.celledit.js and change the line
if ($.browser.msie && $.browser.version <=6 &&
ed===true && fg===true) {…
to
if ($.browser.msie && $.browser.version <=7 &&
ed===true && fg===true) { …
Thank you
Regards
Tony
Hello,
Thank you very much for this.
Regards
Tony
Hello,
Yes you can post here the configuration and the data returnrd from server
Regards
Tony
Hello,
Try
$(..).jqGrid({
…
datatype: “local”,
…
}).setGridParam({datatype:”xml”});
Regards
Tony
Hello,
Maybe if you use it in adding and editing records add it in both places.
Regards
Tony
Hello,
Could you please try something.
After this line
there is the following line
td = (e.target || e.srcElement);
After this line add the following code and try
if( td.href) { return true;}
Regards
Tony
Hello,
There will be no trigger here. Lets consider the example.
You first call the master and then detail. Whitin master loadind which is first
you try to select a item in detail. It is unknown if the detail is loaded during
the load complete in master. Try to use setTimeout in loadComplete when you load the page for first time.
Regards
Tony
Hello,
Did you mean freeze columns. If this is true, this currently is not suported.
Regards
Tony
Hello,
I'm not sure, but in this formun there was a post how to
integrate file upload
Hello,
If you use PHP I think you should start with php basics and then
use jqGrid
Regards
Tony
Hello,
Refer to docs how to make fields editable.
Regards
Tony
Hello,
The pdf
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top