thanks for ur replies ....i have tried the steps as u said in previous post but no luck ......
Code:
.x-item-disabled
{
color:#000000 !important;
}
Code:
items:[{
xtype:"combo",
fieldLabel:"Fiscal Year",
name:"fiscalYear",
dataIndex: 'fiscalYear',
disabled : true,
width :152,
store : new Ext.data.Store({
reader : fyJsonReader,
proxy : new Ext.data.HttpProxy({
url : 'fyComboData.action'
})
}),
valueField:'display',
displayField:'display',
typeAhead: true,
triggerAction: 'all',
selectOnFocus:true,
forceSelection:true,
minListWidth : '150',
mode :'remote',
emptyText: 'Select',
id:'fYear',
disabledClass :'x-item-disabled'
//itemCls: 'required'
},{
Please help me in this regard...
Thanks