Hello,
If possible could you please post a link to the problem or send me such one to: tony at trirand dot com
Thanks
Regards
Tony
Hello,
What do you use. – inline edit, form edit, cell edit.
Howe do you attach a datepicker. If possible publish the code.
Regards
Tony
Hello,
html
<table
Hello Stefan,
Nothing wrong here.
The limitation is that the level field is not accesable during this operations. To explain better. Level field is the last field (if I remember right) and is provided as last in the data.
Example if you have field1, field2, field3,..
then if you format the data of field2 you have acces to field1 and field2, but not to field3, since this field is not yet fetched from the grid.
To resolve the problem
1. You can use afterInsertRow event to add a link, where all the row info is available
2. We can use some tricky way to do this, but my question is in wich format is your data – xml or json? The idea is to use named conventions in the data, wehre you provide the level element before the info element.
Hope this helps
Regards
Tony
Hello,
The same as described in first post.
Regards
Tony
Check your code. If I select to view the grid – it is executed two times.
If I look in to the updatepager function the element
|
1 |
"#pageruf" |
could not be found in order to set the pager elements
when the pager try to updates.
Regards
Tony
Hello,
1. I'm not 100% sure, but the default mode of IE is quirks mode. Set it to any other diffrent from this.
2. A good is to do so in your head section.
html, body {
Hello,
What does not work? Try first to set this as simple as possible. Do not use php for this purpose – just define a simple object and see.
This more PHP problem, not jqGrid.
Regards
Tony
Hello,
Currently no, but I consider this feture to be added.
Regards
Tony
Hello,
I'm not 100% sure, but 3.1 version does not have this method. Upgrade to the latest stable. Or at least open grid.subgrid.js and see if this method is available.
Regards
Tony
Hello
.navButtonAdd('#pager',{
caption:'Test', buttonimg:”test.gif”, onClickButton: function(){parameters}});
or
.navButtonAdd('#pager',{
caption:'Test', buttonimg:”test.gif”, onClickButton: function(){parameters}});
Hope this helps
Regards
Tony
Hello,
Please use editRow. EditRow call saveRow – and a lot of parameters in editRow are passed in saveRow. Please read the docs.
Regards
Tony
Hello,
In order to see what is the problem, please replace the jquery.jqgrid-min.js with non minified version – i.e jquery.jqgrid.js
Regards
Tony
Hello,
This does not help me. Believe me. In my test machine I have all these 5 browsers (Windows XP) and for me there are no problems.
Also Which version of jqGrid is used?
Exactley which browsres (versions)?
Which operating system?
What does not exactley work?
What is bad in Chrome?
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top