This same bug still exists in 3.4.4 for checkboxes.
I just discovered what may be another oversight.
Try adding a default search box below a grid, using the grid's column models.
Please, how i can get the horizontal scroll bar to show up without having to resize a column?
thanks!
I tried the autoencode option, and it works as designed.
Just a follow up for those who might come up on the same issue. My site is Django based and I was having all sorts of problems with getting blank row ids.
One real resource on the jqgrid site is the demo code – I recommend it to anyone who gets stuck. I downloaded the 3.4.x version and worked back from there.
Whatever the issues was, it was not jqgrids fault. What fixed it was replacing all the js with the exact structure and files of the demo code. You still have to change the /js path in jquery.jqGrid.js tho.
I had originally installed 3.4.4 with the patch. Whether it was my setup, or something in the patch, but this code did not work with Django. If you have issues try the js file from the demo code.
I have not tried 3.5 code.
Happy coding 🙂
Nigel
Hi,
I seem to have the same problem. I have tried everything you suggested but still do not get the correct style or images loading. I am using the trunk version of MonoRail.
Is there any information I could provide you with that would help us solve this problem?
Regards,
Jarrod
Got the same problem.
I have 3 Grids in a Jquery Tab (all with multiselect: true). In top Grid “multiselect” works, on the other two grids i get the same issues you described (all boxes are selected (unselected) with a click on checkboxes).
Used: JqGrid 3.5 Final
Hi, tony. Thanks for your remark.
I checked this. addRowData can get 2 arguments:
1) ID of the row
2) Row data as {column_name_0 : value_0, column_name_1 : value_1}
In my case row data is {0:1, 1:”2007-10-01″, 2:”200.00″, 3:”10.00″, 4:”210.00″, 5:”note”}
I used the short form of this: [1,”2007-10-01″,”200.00″,”10.00″,”210.00″,”note”]
addRowData works fine, i see the grid with valid data in it. The problem is that i can't make a cell editable.
Thanks for the reply Tony,
Can you please elaborate – I have used your own demo in my site to try and troubleshoot this – so I have the weird situation where I have code using local data (example 5) so as to not be server dependent – and it does not work.
It clearly works on your server, so I am obviously missing something – but I am not sure what.
Cheers,
Nigel
I have the same problem.
If you find the solution thank you the information.
My example:
onSelectRow: function(id){
I Download the corrected version but the problem continues.
I use filterToolbar() and when making a search filter can not be cleaned.
I have the same problem. I check in demopage and i think it's a bug.
I need solution. What can i do?
I'm using the latest release to date and I get an error
“this.parent_id.toLowerCase is not a function” on FF3.5
and
“Type Error: Object 2 has no method 'toLowerCase'” on Chrome
resolved i have desactivated the 2 call that set the width
Static xml file won't load for me.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top