Ok i will try.
Meanwhile, i found 2 problems into the file:
grid.locale-it.js
$.jgrid.regional[“en”] = {
into
$.jgrid.regional[“it”] = {
2. i changed:
newformat: ‘n/j/Y’,
into:
newformat: ‘d/m/Y’,
but i don’t know if i have to change other things into that file. Probably it has not been configured for italian correctly.
I tried opening the file grid.locale-it.js released with version 5.0.2
Half of that file is formatted for “en” (some extraction):
$.jgrid.regional[“en”] = {
newformat: ‘n/j/Y’,
ShortDate: “n/j/Y”,
are you sure there’s not some problem with that file?
Hello,
I did read all before upgrading..so I guess I’m doing something wrong.
But all the grid is in Italian, so I guess it’s using the correct file…am I wrong?
Also, if I try replacing grid.locale-it.js with the one from v4.7 dates are displayed correctly.
Hello,
i tried the last version and found another problem.
It’s with the file:
grid.locale-it.js
with the one in v4.7 it was all fine, in this even the date is wrong. For example:
I would expect: 18/05/2016
but i get
5/18/2016
using the file from 4.7 works fine.
think you can fix it?
thank you!
Thank you!
I will wait for the new version as I need the input search with the correct width.
Hi,
I created a jsFiddle project.
http://jsfiddle.net/lorife/9saaa4bt/28/
so my questions now are:
thank you,
Lorenzo
Hi,
regarding my 3rd problem I found out that by adding:
.ui-jqgrid .ui-search-toolbar input,
.ui-jqgrid .ui-search-toolbar select {
padding:0px;
}
everything is back as in v4.7.
Is it a bug?
thank you all.
lorenzo
Hi, Is there a way to hide the button and go back as before?
Thank you, lorenzo
tony said:
Hello,
Thank you very much for this recommendation.
I too think – it is a really usefull.
I will try to include it in the next release.
Thanks
Best Regards
please can anybody help me here? i really tried hard but I found no help anywhere!
thank you so much
nevermind, i made it.
sorry for bothering.
Please can anybody help me?
thank you so much,
Lorenzo
I made it!
in the php file, when the user logs in I set a JS variable vIsAdmin=”TRUE”.
in the file mycustom.js I check that variable and i create the pager accordingly.
Probably there is a better way to do it, but this way it works too….
Lorenzo
Hi Tony,
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top