Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 99250

How to use an array of datasources?

$
0
0

I'd like to be able to use kendoListView within an ng-repeat to display several list views, but it can't seem to find the data source when I use an array of data sources. 

E.g., something like:

         <div ng-repeat="listIndex in [0, 1, 2]">
                <kendo-list-view id="listView-{{listIndex}}"
                                 k-data-source="dataSource[{{listIndex}}]"
                    <div k-template>
                        {{dataItem.Name}}
                    </div>
                </kendo-list-view>
          </div>


Viewing all articles
Browse latest Browse all 99250

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>