A couples of questions on your solution fatewong.
Does the dataSource need to be formatted in a certain way, such as:
date[column] item[column]
2009-01-01 item1, item2, item3
2009-01-02 item4, item5
At the moment, my dataSource is under the following format:
date[column] item[column]
2009-01-01 item1
2009-01-01 item2
2009-01-01 item3
2009-01-02 item4
2009-01-02 item5
Right now, the Header for the date is appearing, but nothing after.
So my question is, the datasource must be under what kind of format for this to work?
Thanks,
Mat