Format Issues

Hi,



I’m loading grid through dhtmlgridFromTable. I need to format numbers and need to add $ symbol before that. How to do that in td



I tried like this

But its not working.



Thanks,

Hariharan

or
- if you need to have it as readonly

Please beware that format specified on whole column, so you need to specify both attributes only for TD elements of first row.
Also you may need to use 
    <table forceCellTypes=“true” …
This attriubute forces strict type formatting