Hello,
I have added a possibility to save the custom buttons.
The update is here
You can download the updated version from GitHub.
Please let me know if both updates are working for you.
Kind Regards,
Hello,
In this case can you please post a simple test case which demonstrates the problem or send a link to the problem?
If you send us a link, please do not forget to include the source file and not minified one.
Thank you.
Kind Regards,
I have changed the code, so that the default behavior is used.
You can download the build from GitHub.
Please let me know if this fixes your problem.
Kind Regards,
Ok. I will made some changes, so that everybody can enjoy the new things, but save the existing behavior.
I will let you know.
Kind Regards,
Hello,
I have fixed the problem.
You can download the updated build from GitHub.
Please let me know if the problem is fixed.
Kind Regards,
Hello,
You point me to find the problem quick.
The only difference in both codes is the form tag.
You have a form in which yo include the script and jqGrid html contents.
Short: the reason is the form tag – when a enter key is pressed first thing here is the submition of the form (the button element).
To avoid either move the grid content from form tag or
|
1 2 3 4 5 |
$('form').keypress(function(e){ if(e.which === 13){ return false; } }); |
Some discussion here
Kind Regards,
Hello,
Thanks for the post.
Definitely there is a problem with rowTotals in version 5.
Currently we work on the fix and it will be available tomorrow.
I will let you know in this forum topic
Kind Regards,
Hello,
First of all thank you for the code.
Sorry, but I do not understand (or I can not reproduce the problem)
In which browser is this?
Here is your code
I have tested it with Chrome and FireFox latest and IE11, but does not see any problem.
Could you please describe the step for the problem?
Thank you.
Kind Regards,
Hello,
4.8.2 version use anoter structure of the language file.
The changes are described here. Please look at point 6. and 7 at the end of document.
You may need to change
|
1 2 3 |
... jQuery.jgrid.edit.bClose ... |
to
|
1 2 3 |
... jQuery.jgrid.regional['en'].edit.bClose,... ... |
Kind Regards,
Hello,
The mobile version has the same language file used in standard jqGrid.
It seems you use the old version which has another structure of the language file.
The changes are described here. Please look at point 6. and 7 at the end of document.
You may need to do so:
|
1 2 3 4 |
... $.jgrid.regional['en'].formatter.number.thousandsSeparator=”,”; ... |
Kind Regards,
Hello,
Thanks for the investigation.
Can yo please provide a simple test case or send me a link to the problem?
Thank you.
Kind Regards,
Hell,
I will see what we can do next week.
Will let you know.
Thanks
Kind Regards
Hello,
Can you please post your code?
The most common error in this case is that both grid have equal id and this make a conflict.
Please check tha master and detail have different ids.
Publishing code is highly recommended.
Kind Regards,
Hello,
Currently this is not supported, but I find your requirement useful and this option will be added.
I will let you know next week when this will be available.
Thank you
Kind Regards,
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top