Posted 14 September 2017, 11:56 am EST
Hi,
I have the following code that I am using to bind to a data source.
<wj-flex-grid class="bento-flex-grid" items-source="vm.assessmentEvents">
I am using the following type-script code to set the data source.
this.assessmentEventService.getAssessmentEvents(this.asmtEventId).then((data) => { this.assessmentEvents = data; });
However, I am getting the Undefined and null reference errors as seen in the screenshots. It seems to be a timing issue because I do not get the errors at all from time to time.
I am using the following Wijmo Library 5.20163.259.