este es mi Grid ya creado.
Código:
var GridAutorizacion= new Ext.grid.GridPanel({ id:lic_aut, store:store, columns:[ {header:'Nro Autorizacion.',dataIndex:'nro_autorizacion',width:80}, {header:'Fecha Inicio Evento',dataIndex:'Fecha_Inicio',width:90}, {header:'Fecha Fin Evento',dataIndex:'Fecha_Fin',width:90}, {header:'Nombre Establecimiento',dataIndex:'vnomEstablecimiento',width:200}, {header:'Observacion',dataIndex:'vobservacion',width:80}, {header:'Fecha de Tramite',dataIndex:'Fecha_Tramite',width:90}, {header:'Expediente',dataIndex:'nro_expediente',width:80}, {header:'ESTADO DE IMPRESION',dataIndex:'IMPRESION',width:130} ],