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
2387
changing the display value in one case
posted

I have a date column which should normally display a date, except for a special date: 12/31/9999.  The date is 12/31/9999 is our equivalent of NULL, so I want to display a meaningful string rather than the date.  I also need filtering enabled on the column and cannot have the date showing up there, either.

Sam

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi Sam,

    You might be able to do this using a DataFilter. You would place an UltraCalendarCombo or UltraDateTimeEditor on the form and create a DataFilter class that translate the values. Then you set the columns EditorControl property to the editor control.

Children