Hello,
What are all the parameters of ajaxify?
Can you add a function to the link parameter?
What you mean with grid does not work?
Regards
Tony
Hello,
Could you please post the whole grid configuration.
Thank you
Regards
Tony
Hello,
Sorry, was a little busy these days. Will try to include this in the bugfix
release.
Regards
Tony
Hello,
Never try, but try to use direct the addSubGrid method which is
in grid.subgrid.js. Also you can look in grid.base.js – how is implemented
this.
Regards
Tony
Hello,
Search this forum.
Regards
Tony
Thank you Yamil
Tony
Hello,
No – I do not rewrite these, but definitley will apply the editrules.
Regards.
Tony
Hello,
There are some scenarios.( I do not test all of these)
1. Use editoptions
editoptions :{'text-transform': 'uppercase'…}
This will UPCASE these to the user but not when you post them.
2.
function cUpper(cObj)
{
cObj.value=cObj.value.toUpperCase();
}
After this, in your editoptions use
Hello,
Not yet, but will look at this.
Regards
Tony
Hello,
Some properties does not change (like width) if you change it dynamically.
Hello,
The filterGrid is in grid.custom.js module.
Regards
Tony
Hello,
Open the jquery.jqgrid.js (where the loader is) and ajust the
paths to javascript files. Note that when you include the loader the
paths need to be ajusted relative to the directory from where
the loader is.
Hello,
Yes this is IMHO the right way. Do not forget to enclose this in
CDATA section. See examples.
Regards
Tony
Hello,
When trying to acces the aplication I get this error in Firefox when try to drag
“item is undefined
var point = new GLatLng(item.lat, item.lon);
“
Instead – yes there is a strange behaviour.
I think this is the mouseover, mouseout functions.
If you use these in your app, the applay these to the
document and not to the element.
Hello,
Thank you. Definitley I will check this.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top