andomichael
3 Jul 2012, 7:17 PM
If i'm using ExtJS 3, i'm using this :
grid.getColumnModel().setRenderer(2,functionRender);
but it's not work in ExtJS 4, :(
getColumnModel function it's undefined, so i try to use :
grid.getCmp('columnid').setRenderer(functionRender);
but that still not work, i'm not using getHeaderCt function because getHeaderCt can't use on locked column grid in ExtJS 4, so i use getCmp function.
please somebody help me.(:|
grid.getColumnModel().setRenderer(2,functionRender);
but it's not work in ExtJS 4, :(
getColumnModel function it's undefined, so i try to use :
grid.getCmp('columnid').setRenderer(functionRender);
but that still not work, i'm not using getHeaderCt function because getHeaderCt can't use on locked column grid in ExtJS 4, so i use getCmp function.
please somebody help me.(:|