Data Type Formatting
Is there a way to format columns by applying a mask or some type of formatting?
I would like to tell the grid to display column x as currency, column y as vbShortDate etc...
Is this ability built into the grid??
If not, does anybody have any ideas on what may be the easist way to implement something like this??
I realize I can format the data before I pass it to the grid, but I am using an XML Data Island from a recordset, and I never actually loop through the data.
I have also been trying to find an xsl solution to this problem, but can't seem to find an example or tutorial that explains how to format data by data type, or even how to determine the data type for a given value.
I would like to tell the grid to display column x as currency, column y as vbShortDate etc...
Is this ability built into the grid??
If not, does anybody have any ideas on what may be the easist way to implement something like this??
I realize I can format the data before I pass it to the grid, but I am using an XML Data Island from a recordset, and I never actually loop through the data.
I have also been trying to find an xsl solution to this problem, but can't seem to find an example or tutorial that explains how to format data by data type, or even how to determine the data type for a given value.
Jim Shaffer
October 24,