jquery - can you replicate all buttons on the top in jqgrid -


I'm looking at jqgrid, you can move pagers to the top of the grid and on the default button but I have to see that Can you move the entire line (along with the pager and default and custom) in the upper part of the grid?

If I use the Clonet Top, it only takes the regular buttons, but I do not dynamically add

update:
< P> As you can see below, I added my own personal refreshgrid button using this code and it was not displayed at the top:
  .NavButtonAdd ('# Pager' , {Caption: "", title: "reload grid", buttonticon: "UI-icon-refresh", onClickButton: function () {$ (grid selector) .tigger ("relo AdGrid ");}, position:" last "});   

Enter image details here

parameter cloneToTop: true to navGrid what you want: $ ("#list"). JqGrid ('Navigrid', '#Pager', {Clonautop: true});

See and for additional information.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -