I would fully color a grid panel cell with Ext.Net 3.2 framework; I have tried with render:
<ext:Column ID="ColumnSTATO_VEICOLO" runat="server" Width="105" Text="Stato veicolo" DataIndex="STATO_VEICOLO">
<Renderer Handler="return Ext.String.format('<span style=background-color:green; height:100%; padding:0px; width:100%;>{0}</span>', record.data.STATO_VEICOLO)" />
where the cells are only partially colored.
Does anyone have any idea?

