How to use button instead of text as a link in a grid pannel using extjs
the following code implies a link to a different page and i need that "Fill" link to be as button... please help me anyone
var text = 'Fill'
if(value != undefined && value !='') {
text = Ext.Date.format(value,'Y-m-d');
}
return '<span class="grid_link">'+text+'</span>';