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
2320
Possible bug with UnboundField DateTime Mask
posted

I'm not sure if this is a bug or not, but when using an UnboundField for a DateTime and setting the XamDateTimeEditor's Mask property to {time} or even "hh:mm tt", it doesn't show what is expected but rather it seems to do "dd:" instead. That is, it puts the day value where the hours should be and it doesn't place anything where the minutes or AM/PM should be.

Setting the mask as {date} works fine.

However, if I set the UnboundField's EditAsType property to DateTime, it works as expected.

Parents Reply Children
No Data