Completed
Last Updated: 25 Oct 2021 06:57 by ADMIN
Ruud
Created on: 02 Oct 2015 11:25
Category: Templates
Type: Feature Request
1
Enable to configure template widgets to not display any "null" value
Create a new configuration option so you can not show anything when the value for a field is "null". So, for example; a mobile listview has a new property "shownullvalues", when set to false, it will not display any text when the actual field value is not present (or null).
1 comment
ADMIN
Ianko
Posted on: 25 Oct 2021 06:57

Hello,

You can use an inline ternary expression to solve this: https://dojo.telerik.com/@iankodj/uCohUSaG

#: nullValue == null ? "" : nullValue #

Regards,
Ianko
Progress Telerik

Remote troubleshooting is now easier with Telerik Fiddler Jam. Get the full context to end-users' issues in just three steps! Start your trial here - https://www.telerik.com/fiddler-jam.