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
Thanks,
Hariharan
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
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