
26/05/2011, 10:45
|
| | Fecha de Ingreso: abril-2010 Ubicación: Lima-Peru
Mensajes: 96
Antigüedad: 14 años, 10 meses Puntos: 2 | |
Color en fila de GridPanel hola, quisiera saber si alguien me podria brindar algun ejemplo de dar color a una fila dependiendo del estado que tenga una celda.gracias de antemano.
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}
],
|