Hello,
in the PreRender event of my RadGrid, I have columns with date field in headers.
If I have
grdPositions.MasterTableView.GetColumn("09/07/2020")
I obtain a GridBoundColumns correctly.
How can I format this date with day name before? (Mer 09/07/2020)
And If I dont know the exact days, but only that some headers are date field, how can format every one of them?
Thank you.
Luis