Hello,
1. It depends what you set in colModel for the editing. edithidden:true will solve the problem.
2. If you do not want to care about this use recreateForm : true. This will recreate the form every time you add values.
Regards
Tony
Hello,
Thank you for this report. I will definitley check this.
Best Regards
Tony
Hello,
Permnently you can try
setTimeout(function(){this.p.treeANode = 0;},500);
Regards
Hello,
Sorry for this post. I should make some tests before say that this will correct the issue. This will not help, moreover it will break other things. The correction is in base grid and this line should be commented. After some days I will publish another bug fix. Thank you.
Regards
Tony
Hello,
There is a bug in grid.treegrid.js (3.4.2 version)
Open this file and find
this.treeANode = 0; (around line 320)
Replace with
this.p.treeANode = 0;
Thank you
Hello,
Try with beforeSelectRow event
Regards
Tony
Hello,
I do not see that the grid.css is loaded.
Tony
Refer to docs
Hello,
Do you have included grid.formedit.js in head section or in the loader?
Regards
Tony
Hello,
It is not jqGrid Problem.
Regards
Tony
Hello,
1. This is true. The import is done only once and then according to the configured url the data is fetched in the grid.
2. All parameters that belongs to grid can be imported.
Regards
Tony
Hello,
Typically this mean that the needed css files are not loaded. Check to see in
Hello,
And what does not work? What is the error if any?
Regards
Tony
Hello,
Will try to make this as parameter in the next release. Currently you can do it when you remove the expression “this.p.colModel.name” in line 43 in grid.setcolumns.js file.
Regards
Tony
Hello,
Try to use the last version – 3.4.2
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top