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
in colModel , you can format using formatter by following code
formatter:function (cellvalue, options, rowObject) { return ""; }