0

In my case, I want the user to pickup the values by clicking on a ">" type image at the end of the cell and a modal window is opened. Within the modal window a dynamic way to pass the value selected back to the cell.

User97693321
  • 3,336
  • 7
  • 45
  • 69

1 Answers1

0

You should look into this answer..instead of having custom button you can have an image button with each cell, in this answer he's adding a custom button in pager, but you can have a custom button with each cell like this.

Now after adding a image button, on click function you can get the value of the column using getCol and open a dialog using jQuery like this and then you can use setCol property of jqGrid to set the value of column.

Now try to write code using this approach. If you get any difficulty let us know.

Community
  • 1
  • 1
Piyush Sardana
  • 1,748
  • 4
  • 19
  • 33