Hello,
I have a table with many column,I want to Customize the column Header.
For Example.
mon | tue | wed | thu | fri | sat | sun
_________|_________|__________|__________|___________|___________|_________
I have a table with column(Start date(contains start date of the current week), mon,tue,wed,thur,fri,sat)
when i drag and drop the collection from data control it will display the above header text.
but i need to append the date for mon , tue, wed ,..
finally it should display like this
taking this week start date (02/03/2014)
mon | tue | wed | thu | fri | sat | sun
02/03/2014 | 02/03/2014| 02/03/2014| 02/03/2014 | 02/03/2014 | 02/03/2014 | 02/03/2014
__________|_________|__________|__________|___________|___________|_________
Thanks in Advance
Cheers