Categories | Question details Back To List | ||
how to display Currency sign ($) for the readonly field. Our web application has been developed using grid 1.5 version. I have a scenario where the $ sign doesn't show up for readonly cell however it shows up for editable field. I have format="$00.00" attribute in my xml. But it doessn't display. Is there any way I can display the $ sign for readonly cell in the grid? Thanks, MB Answer posted by Support on Aug 20, 2009 06:13 The format can be applied not to all cell types For editable cells - edn type For readonly cells - ron type |