Hi,
I have DB table that stores dates in UTC. I’m using entity framework to connect data to
a RAD grid.
We modified EF to return all dates in local time (using T4
template). Grid displays all dates
correctly.
We have filtering issue,
using raddatepicker. It passes dates in
local time. By the time it gets to
entity.Selecting, DataSource.Where is already set to value based on filter. What would be the best way to make sure
filter passes UTC dates in to DataSource?
Regards,
Ralph Wiazowski