Hello Johannes,
You know what you miss here – a lot of things
1. jQuery version
2. jqGrid version
3. jQuery UI version
4. Browsers
and etc…
Tony
Hello,
rowobject[1] is alwas not defined. Using FireFox with FireBug replace alert with
console.log(rowobject); // note how I write it – rowobject and NOT rowobject[1]
in order to see what you have.
Regards
Tony
Thanks pro85,
The problem is fixed.
https://github.com/tonytomov/jqGrid/commit/2af7575ad5c0b142ae18f2af4b0588f7123a5ae9
Regards
Tony
Hello,
Didd you replace all files from Git? – especially the grid.base.js – also you should not only replace the grid.treegrid.js.
Best Regards
Tony
Thanks Oleg.
Here is the fix:
https://github.com/tonytomov/jqGrid/commit/177b63b79cde7d4d5db81c61bbd6e78875f9c9f1
Regards
Tony
Hello,
Fixed
https://github.com/tonytomov/jqGrid/commit/2eddefb49b1b6f2d6ed8e4ca2345a097559c2cb8
Regards
Hello,
Thanks. Fixed
https://github.com/tonytomov/jqGrid/commit/1080c70663d344ec98db3f1e3b17c7616a54df2d
Regards
Hello,
Fixed. Also I make grid compatible with jQuery 1.3+
https://github.com/tonytomov/jqGrid/commit/1e4f71e1a525fac61d9c4bc7673d915f63f92f1d
Tony
Hello,
Thank you very much for posting this, but the information provided is not enought.
When posting bugs you should:
1. Description of the problem
2. jqGrid and jQuery versions
3. entrie jqGrid Configuration
4. Data sample
5. In wich browser is this.
6. Do we have other plugins and etc
You meet the first and second one
If you do your way nobody will response or help
The best way is to send a link to the problem, including non minified version of jqGrid
Regards
Tony
Hello,
Thank you. It is true. Just tested. Can not say where is the reason.
Instead it will be fixed.
Thanks.
Regards
Tony
Hello,
No need to do this server side. There is a more elegant solution.
Define a custom formatter for that column which will return the value.
The autoencode does not apply to columns that have a custom formatter.
Kind Regards
Tony
Hello,
Please look here. It is already fixed:
https://github.com/tonytomov/jqGrid/commit/ce7808fcdbbfb3a9fbec58f7afee5725612c23e1
Regards
Hello,
It seems you use the commertial PHP jqGrid component.
Please post your question here.
Also there is a
Hello,
Let's think what is happen.
Q.What is formatter?
A. Formatter represets the data in new way into the grid and nothing more. They do not change the grid internal data or exactly if its visible data is changed under some condition it will not reflect the futute data processing.
Note that by defaule the disabled feature for the checkbox is true. The interaction is disbled exctley beqouse of the reasons above.
In order to work this you should implement some editing module like cell edit one.
Note that if you do that for local data manipulation you should set explecit which column is a id. For this purpose use key : true property – see docs.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top