Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1034
Showing a different Date in the cells
posted

We want WinGrid to convert a DateTime value to a another regional DateTime.  This DateTime is not a setting from the Regional in Control panel.

 

  • 37774
    posted

    You'll probably want to either look into using a DataFilter, or create an unbound column, hide the original column, and convert the value in the InitializeRow event to show what you want.  Take a look here for an example of a DataFilter.

    -Matt