It's like this: a column in a DataGrid(u know, the component) receives several
numbers from an XML,one for each cell, numbers from 0 to 11. Each nr stands for
a MONTH in the YEAR.

1)How can I make it so that in the column, it's not numbers that appear, but
the actual names of the months?
Note: Can I do this WITHOUT changing the XML from containing numbers
to containing names of months?(The XML sends data to an XMLConnector, which is
binded to a DataSet component, which is then binded to the DataGrid (At least
that's how the help files teach us :P)

2)If I did have strings, not numbers, in the column, could I make it so that
when I sort the column, the strings are sorted in their calendar order(January
cells first, then February cells etc.)