Posted 2 March 2021, 8:13 am EST
Hello,
I am using wijmo listbox. The update and remove functionality were working fine before but now getting error “Cannot read property ‘collectionView’ of undefined”Listbox.zip
Can I get help for this issue.
<wj-list-box #ListData [itemsSource]=“name” (initialized)=“initListBox(ListData)”
(selectedIndexChanged)="displayListBoxValueInTextField(ListData)"> <ng-template wjItemTemplate let-item="item" let-itemIndex="itemIndex"> {{item}} <div class="wj-glyph"> <span class="wj-glyph-drag"></span> </div> </ng-template> </wj-list-box>
Thank you.
Regards,
Nivisha