Hello,
Please use the online documaentation which is up to date.
Regards
Tony
Hello,
I'd recommend you to send me a changes, so that they can appear
in the next Release.
Thank you
Best Regards
Tony
Hello,
At end of week I will publish the bug fix release.
There are also a lot of bugs fixed.
Regards
Tony
Hello,
Make this field editable. This way you can post it to the server
Regards
Tony
P.S. Or if you do not want this use onClickSubmit event and
pass this data to the server
Hello,
Thank you very much. Corrected.
I have just uploaded the new lloader and right now it should work
Thank you again.
Best Regards
Tony
Hello,
I suppose you use the loader direct from this site – right?
If this is the case – do not do this and use the downloaded version
Regards
Tony
Hello,
As of my previous post please wait to the next week. This problemis corrected
Regards
Tony
Hello,
This was a little change. I will correct this and publish next week a bug fix
release.
Thank you
Regards
Tony
Hello,
Of course the navigator is a part from formedit – if you disable the formedit
you can not use the navigator – i.e. navGrid
Regards
Tony
Hello,
This is loader bug which does not work in some conditions in IE ans Safari.
See this:
http://www.trirand.com/blog/?page_id=18/bugs/bugreport-safari-reload-fails/page-1/post-2393/#p2393
Next week I will publish bug fix release.
Regards
Tony
Hello,
1. Yes, server side
2 When you use local xml file then
set
…
datatype: 'xml',
loadonce: true,
…
Set in colModel the appropriate sorttype properies – ie. int,number,string,date and etc. See docs
Regards
Tony
Hello,
Finally after lot of testing I found a cross browser solutioin.
Here is the piece of code in jqGrid loader:
….
if (minver !== true) filename = pathtojsfiles+modules.incfile;
else filename = pathtojsfiles+modules.minfile;
if (combineIntoOne !== true) {
Hello,
Since it is very interested could you please test if this work:
jQuery(”#list”).setColProp('co_resultado',
{editoptions:{onfocus: “alert('Hello World')”}}) ;
i.e. do not use this.blur()
I think it should work
Regards
Tony
Hello,
Of course these methods should become Privileged.
If you want to access them you should add something at end of base script before calling populate:
this.addXmlData = function (data) { addXmlData(data, this.bDiv) };
Then you can call it like this:
jQuery(“#gridid”).addXmlData(mydata);
The same for JSON
Best Regards
Tony
Hello,
Thanks. I will add this in next release.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top