Forum Post: RE: Binding jsdo kendo.datasource to a listview using angularjs

Status
Not open for further replies.
E

egarcia

Guest
Hello, It might help to see what the data assigned to the DataSource looks like. To see the data, you can do $scope.listDataSource.data(); from the JavaScript Console or the debugger at a breakpoint. Is the Business Entity using a multi-table DataSet? (tableRef is only required if you are using a multi-table DataSet.) When using type: "jsdo", the model for the DataSource is set automatically based on the information in the catalog. I wonder if your program would behave differently if you comment out the schema property. I hope this helps.

Continue reading...
 
Status
Not open for further replies.
Top