I want a price field to be displayed as '$'+ 'PRICE'
but nothing shows when I use the included code. Can someone please tell me how to concatenate so that the view displays price as $123('PRICE')
?
{
xtype : 'textfield',
label : 'Price',
name : 'PRICE'(this comes from store data),
readOnly : true
}