Well I ended up using gridComplete to dynamically create my buttons on grid load. Thanks.
dharric said:
Hello I can't seem to get a button to form in my grid. My grid's other columns load fine, but no button shows up in the desired column. Here is my code for the button column. Again my grid loads fine and shows correct data in the other columns.
{
name: 'PortfolioAccountComments',
index: 'PortfolioAccountComments',
width: 150,
height: 100,
editable: false,
edittype: 'button',
editoptions: {
value: 'mybutton'
}
},