Hello,
It seems that you do not read carefully the installation steps.
Please read carefully and follow the steps and the order of the files in the head section.
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install
Regards
Tony
Hello,
Thanks. Actually the problem is into the code of the demo file. I forgot to update the $.getAbsoluteIndex to $.jgrid.getAbsoluteIndex (since of namespace conflict with other plugins). Now evrething work fine in all IE
Hello,
Please : http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install
Read this with care.
Regards
Tony
Hello,
You do not need to change the code. There is a special option for this purpose in 3.4 and in 3.5 – you just need to read the docs.
colModel :[
{…… formatter:'select'…}
….
]
Regards
Tony
Hello,
Thanks. The problem lie that we use ajax call and it is unknown when this call ends. Since of this all the other processes continue and it is quite possible of loss of information.
Instead will try to overcome this.
Regards
Tony
Hello,
Yes the problem is the space.
Regards
Tony
Hello,
Check the demo. There is such example.
Regards
Tony
P.S. The first that I will do is to put alert before the if statement
Hello,
Check the parameters of afterInsertRow event – here you can store your data.
Regards
Tony
Hello,
Dear all in order to help me and help you a link to the problem is needed. If this is not possible please send me the entry page again with all css and js.
Only in this case I can help.
Also if you use the demo of this site – does this work for you?
For me this work ok in IE6, IE7 and IE8.
I'm not sure, but maybe you will need to check your DOCTYPE declaration
Regards
Tony
Hello,
The reason for this is maybe that your pager has class scroll and you have a theme from 3.4 loaded.
Remove class scroll from pager – it is not needed in 3.5
Regards
Tony
Hello,
Check what you return from the server. Does all the rows have uniquie id?
Regards
Tony
Hello,
You can use postData array for this purpose.
Store the the search parameters and then:
var stored_param = {}
stored_param = here your code to get these
…jqGrid({
…
postData: stored_param,
…
});
Do not forgaet maybe to add search:true in these parameters
Regards
Tony
Hello,
You should tell
Hello,
Currently no, it is 950 by default, but when I increase this it will be never enought. Will think how to overcome this.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top