Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
220
How to get a column to format to a currency display?
posted

In the old UltraWebGrid you made a column format to currency by doing something like this. 

 

grdResults.Columns[0].Format = "$###,###,##0.00";

 

How do you achieve this same effect with the new WebDataGrid?

 

Thanks!