Hello,
I have added such function – currently only in GitHub. The name is afterRefresh and should be set in navigator options – i.e.
…navGrid('#mypager”,{…afterRefresh:function(){…},…},……)
Hello,
Thanks. Already fixed in GitHub.
Best Regards
Tony
Hello,
Put the function ajaxSave before jQuery(document).ready(….
and it will work.
Regards
Tony
Hello,
Thanks. Fixed in GitHub and your example works in my demo.
Best Regards
Tony
Hello,
Check what you post and what is the response from server.
In order to be a easy point to existing file in the server (which do nothing – i.e empty existing file)
Regards
Tony
Hello,
userdata is the xml tag where the data is, userData is array of this data,
so in your case this should work:
var vRunningTotal = jQuery(”#list”).getGridParam(“userData”);
alert(vRunningTotal.intRunningtotal)
will alert 120
Best Regards
Tony
Hello,
Thanks. Will check this, but I think we should give a time after the data is set to the grid in order to do something with it after.
Regards
Tony
Hello,
1. In the current implementation you can not do value:myfunc()
2. value:myfunc() is wrong – it should be value:myfunc.
3. The select value options can be either string or object – see docs, but not function.
Just to know – I have just added a support of function in the editoptions value for the selects
Best Regards
Tony
Hello,
Thanks. Fixed in GitHub.
Best Regards
Tony
Hello Mark,
Thanks. I see the code in GitHub. Also I plan to implement this, but need to make it step by step – need to test it.
Thanks
Best Regards
Tony
Hello,
Will check this. Thanks.
Best Regards
Tony
Hello,
trigger(“reloadGrid”) reload grid with the current data (if there are no other explicit settings to postData). Also I will say check what you return from server.
Best Regards
Tony
Hello Mark,
You are right. Will fix this. Thanks
Best Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top