Nativescript RadListView not binding to source property
问题 I am trying to implement {N} telerik's UI RadListView. Here is their getting started guide, which I followed as a reference. I have setup the following XML layout : list.xml <StackLayout loaded="loaded" xmlns:lv="nativescript-telerik-ui/listview" xmlns="http://www.nativescript.org/tns.xsd"> <lv:RadListView items="{{ rankingsArray }}"> <lv:RadListView.listViewLayout> <lv:ListViewLinearLayout scrollDirection="vertical"/> </lv:RadListView.listViewLayout> </lv:RadListView> <lv:RadListView