Hello,
Yes some things are changed in 3.7.
Try to use not getInd, but getRowData.
Regards
Tony
Hello,
Thnaks. It is true. I will investigate the reason for this.
It is very starnge, because in some older versions in Opera this problem does not occur.
Kind Regards
Tony
Hello,
This is not true.
Please check carfully the install instructions for the Basic and Development installations
http://www.trirand.com/jqgridw…..to_install
Regards
Tony
Hello,
Sorry, but I think that in this case this is not a bug.
Best Regards
Tony
Hello Oleg,
Thanks, but it seems that this is not a bug.
Kind Regards
Tony
Hello,
Please refer to the third parameter here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options&s=viewsortcols
Try
viewsortcols: [true, 'vertical', true]
Regards
Tony
Hello,
Ok. There is problem callin the data this way:
here is the working example
Hello,
Sorry I tested it with my data omithing the fact that you add it this way.
Add this in your grid configuration
..jqGrid({
…
localReader : {id:”AID”},
…
})
More here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data#array_data
Regards
Tony
Hello,
Just tested your example copyng the code to my demo.
I wonder how this work in your system.
In order to work this do
…
Hello Oleg,
Thanks. Fixed.
Best Regards
Tony
Hello,
Try to replace
{name:”bank.name”,index:”bank.name”,width:100,key:true, sortable:false, align:”center”},
with
{name:”name”,index:”bank.name”,width:100,key:true, sortable:false, align:”center”, jsonmap:”bank.name”},
Regards
Tony
Hello,
Here is your config with the response:
http://trirand.com/blog/jqgrid/demo3.html
Regards
Tony
Hello,
The question is – which version of jqGrid is used?
How look your head section where the jqgrid files are loaded?
Regards
Tony
Hello,
Just tested your configuration with the data provided from the link.
It works perfectly except that:
1. You have errror into the code:
…jqGrid({
..
jsonReader: {
root: “states.state”,
repeatitems: false
}, <==========Error
});
2. You should provide a info for the page, but instead it work without this setting.
If you need online example with your settings I'm ready to prepare for you.
Kind Regards
Tony
Hello,
Currently there is no such option.
You can write your own custom button and do ajax call to delete the row and eventually (if you do not reload the grid) to use delRowData method.
Kind regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top