Hi,
I started coding my grids and found that I am repeating this statement in all my pages:
jQuery.jgrid('navGrid','#pager', {add:false,edit:false,del:false,search:false,refresh:false});
Is there any way to code the above globally using jQuery.extend(jQuery.jgrid.defaults, …) ?
Many thanks,
TienLeok
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top