format cell data

I am using the TTIWDBAdvWebGrid to display the results of a query. I need to format numeric fields with 2 decimal places. How can I do that? I see properties which perform formatting on footer cells. But I have not determined how to format individual cells within the grid. Is this possible?



Thanks,

Randall H. Carpenter

Hi,


Unfortunately there is no built-in functionality available to format cell fields.
You can use the OnGetCellData event to manually apply formatting to the cell value which is passed as a parameter.