Hello Alex,
From the provided information it seems that the source if the issue is the column template that you are using. In order to support null values you should access the nested fields only if the parent field is not null. Please check the updated code below:
Regards,
Vladimir Iliev
Telerik
From the provided information it seems that the source if the issue is the column template that you are using. In order to support null values you should access the nested fields only if the parent field is not null. Please check the updated code below:
.ClientTemplate(
"#=FailureStrategyLookup ? FailureStrategyLookup.FailureStrategy : 'no value'#"
)
Regards,
Vladimir Iliev
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items