I am using SmartClient_v111p_2017-07-03_LGPL with IE11.
I have a TreeGrid with a date field which conditionally may be edited. The popup calendar works great. Under certain circumstances on non-editable fields, I need to display “TBD” or “N/A” instead of a date. I tried emptyCellValue on the fields, but it is evaluated once on the create, even though it is a function. Is there a way to have a date field and optionally display a programmatically determined string?
I have a TreeGrid with a date field which conditionally may be edited. The popup calendar works great. Under certain circumstances on non-editable fields, I need to display “TBD” or “N/A” instead of a date. I tried emptyCellValue on the fields, but it is evaluated once on the create, even though it is a function. Is there a way to have a date field and optionally display a programmatically determined string?
Comment