Multiple edit and delete buttons on jqGrid reload?

You should create the grid with $("#list"). JqGrid({...}) and add the navigator buttons with navGrid only once . I suppose that your BindGrid function will be called twice in your program, so you have all buttons two times.

You can easy verify this adding an additional alert("in BindGrid") somewhere inside of BindGrid function.

Thanks for your answer... it worked I have placed an if else in the button click to check if its a first click or subsequent clicks and then it worked... but when I call reloadgrid I still see the same old parmaeters are passed to the controller.. ther are textboxes and dropdowns whose values changes and then I click the submit button which reloads the grid.. I m using postData parameter to pass additional values to the controller.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions