I have a stationary footer in my web grid that I use to sum the values in the column. It seems that the footer cell does not inherit the formatting on the column. The values in the column are right aligned and the footer cell for that same column doesn't align to the right. How do I get the footer cell vale to right align like the colum above it? Also, I have a javascript function that retotals the column based on a filter that may be applied on the client. The footer cell loses it's formatting as well. It is accounting formatted without the dollar signs when it loads but when I retotal the column in the javascript function all the commas disappear and there are more then 2 decimal places. Do I have to format the value in javascript before inserting the value in the footer cell?
Thanks in advance for your help.
Steve