Hello,
You use jsonstring as data. In this case jqGrid expect that the initial data is sorted in appropriate way.
This is the same case as you use data from server – i.e the data should be sorted before it is send to the grid.
In order to solve the problem you can programatically use the sortGrid method to sort the data in a way you want.
Of course you will need to wait until the data is loaded in the grid and then sort it.
See docs.
Regards
Hello,
Please, before posting read forums related problem.
PDF Export is done at server and not with JavaScript.
Only the commertial jqGrid support export to PDF (at server side)
In you case you will need to write your own code to export the data to pdf.
Regards
Hello,
The links are changed, so you will need to clear your browser cache.
Just in case her is the link
Regards
Hello,
This was a permanent error. Now it should work.
Thanks for reporting
Kind Regards
Hello,
Thanks. It is fixed now.
Kind Regards
Hello,
This is not a jqGrid feature.
Just create some hidden fields without using jqGrid and try to Tab it.
Regards
Hello,
Many thanks. Fixed in GitHub.
Hello,
Do you have any jqGrid events called?
It seems you call again
(“#”+row_id_string).attr('disabled', true);
Please check your conditions on which case you do this
Can you please provide us a link to the problem?
Regards
Hello,
Thanks. I have read the whole post.
Could you please test in your case the following.
Do not comment this line
if($t.p.autoencode) { tmp = $.jgrid.htmlDecode(tmp); }
but comment this one in saveRow function in inline edit module
if($t.p.autoencode) {
Thanks Oleg.
Best Regards
Tony
Hello,
I'm not sure that
Hello,
Welcome. I hope you can search the forum and the web for this kind of errors.
>>> “Reference error: jQuery is not defined” in file jquery.jqGrid.src.js
This means that the jQuery library is not loaded correct in your head section if the html file. Please check the paths
>>> “TypeError: $(…).jqGrid is not a function in the file I'm working on
This is the same, but related to jqGrid file
Try to understand what is happen!
In 99% of the cases the error message speak quite usefull.
You can just begin with using only jQuery.
If the work with jQuery is ok, then you can continue with the jqGrid files and examples.
One more important note.
Please do not make copy/paste of the code from the demo.
It always contain some characters which can break your code.
At first just write the code by hand – it is very usefull – trust me.
Good luck
Regards
Tony
Hello,
Not 100%, but there is a jqGrid wrapper for Python. Just search the web.
Regards
Oleg,
Thanks.
Best Regards
Tony
P.S. I have merged your pull request
Hello,
In colMode searchoptions set clearSearch : false and the clear button will not appear.
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top