I want to add a button to each row in my grid that will bring up a new window. Do not see this feature in this very rich control. Must be missing something
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Here's one example, from the jqGrid demos page:
You can also do it with a custom formatter. |
|||||||
|
|
the current highest answer places the custom button code within loadComplete. it shoudl be gridComplete. The API has likely been changed since the question was answered. |
||||
|
|
|
This example might be helpful. See this wiki page and this answer from Oleg. |
|||||
|