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
1390
Using row templates with null properties
posted

Using row templating with null Json property values. Hi, I’m trying to apply a template similar to the following to a Infragistics Jquery Grid. In my case, only one of the two columns as in the template has a value at any time. I receive the following error Unable to get value of the property 'Value3': object is null or undefined After some digging… It seems like the template placeholder are being replaced before executing the parent expression. Can you please advise me how to achieve the desired behavior?  Note, I have no control over the data source.

I’ve attached a sample to demonstrate

InfragisticsGridNullProperties.rar
Parents Reply Children