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
1710
WinGrid DateTime Editing
posted

I have a column in a grid that is bound to a DateTime object. When it is displayed I get an editor that allows choosing a date but it does not allow me to add the time part.

 What do I need to do in order to allow adding a date and a time for the value?

Parents
  • 135
    posted

    There is a MaskInput property in UltraGrid which allows you to do this. Setting this through the UltraGrid designer provides you with some predefined date and time formats.

Reply Children
No Data