I'm trying to alter a datetime column in my radgridview object.
I need it to be shown as followed:
<Year Quarter of year>
For example the dateTime value of" '28/5/2012' shold be shown as: '2012 Q2'.
I undetstand that i need to changed it with a custmize FormatProvider and also to edit the values of the cells in radgridView1_CellFormating.
I also declared the custmize FormatProvider.
But how do I connect that formatProvider to that specific dateTime column ?
Thanks!