We're using the compressor as a data source. Is there a global way to not have null values default to: (blank) for text and (invalid date) for dates?
I currently have the following two related customizations.
Hello Sandip,
Thank you for the question.
You can change these labels globally by using custom localization.
The following labels should work well for your case:
global: {
localization: {
grid: {
blankMember: "",
dateInvalidCaption: ""
}
}
}
Please find more details how to apply localization in the documentation - https://www.flexmonster.com/doc/localizing-component/
Please let me know if it works for you.
Regards,
Ian