Problem with import with JSON
I have the following code
in JS file.
// import
$(“#grid_table”).jqGridImport({impurl:”translation_cfg.json”,imptype:”json”});
// export
jQuery('#gridconf').click( function() {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top