Hello,
Why you google this if there is a docs for this:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:navigator#parameters
Sometimes the things are much easy as you think
Regards
Tony
Hello,
Direct this is not supported, but you can use with succes the import/export module.
Please refere here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:import_methods
Regards
Tony
Hello,
We already answerd you in the appropriate place.
Regards
Tony
Hello,
With the next release we will replace jQuery 1.3.2 with 1.4.2
Thanks
Best Regards
Tony
Hello,
Could you please post the issue in the appropriate forum here:
Also in the same forum there is a such solution.
Regards
Tony
Hello,
This can be done.
After you load the needed grid files do the following
jQuery.extend(jQuery.jgrid.defaults,
loadComplete: function() {
// do something
});
and loadCoplete will be default for all your grids.
Regards
Tony
Hello,
As per documentation these events should return something. (Please look carfully here)
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing#editgridrow
So in you case you should:
function function successFuncAdd((data,id)
{
…
return [true,””,””]
}
The same for the second event successFuncDelete
Regards
Tony
Hello,
Little confused, sorry.
In case when you use scroll : 1
please use the following code to reload the grid with certain page
$(“#mygrid”).trigger(“reloadGrid”,[{page:1}]);
Best Regards
Tony
Hello,
Could you please post your two afterSubmit functions – i.e one for the adding and the other for the deleting.
Please consult here what should return therse funcions here (not simple false/true, but array)
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing
Best Regards
Tony
Hello,
Sorry, but I do not understand what is acctually the problem. Please can you explain simple and post your code?
Best Regards
Tony
Hello,
It all depends when and where you call this.
Best Regards
Tony
Hello,
I think you have asked this feature in another post.
Currently this is not supported, but if you want you can extend this functionality – the things that you should consider is to catch the up and down keys in in editCell and then define two additional functions (methods) like prevCell nextCell to control the behaviour of cell editing with up and down keys.
Please let me known if you are interested to extend this functionality – I'm glad to help.
Best Regards
Tony
Hello,
Thanks for sharing this information. To be a honest I do not know what IC is supposed to be in IE, but anyway thanks.
Best Regards
Tony
Hello,
Sorry, but
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top