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

Maximum call stack size exceeded error with angularjs and mvc

$
0
0

Hello,

I use last version of kendoui and i have problem with TreeList component (asp-net.mvc on server and angularjs on client)

javascript

$scope.treelistOptions = {
     dataSource: {

     

       transport: {
         read: {
           type:'GET',
           url: 'category-tree',
         }
       },
       schema: {
         model: {
           Id: "categoryId",
           ParentId:"parentCategoryId",
           fields: {
             categoryId: { field: "categoryId", type: "number", nullable: false},
             parentCategoryId: { field: "parentCategoryId", nullable: true},
             name: { field: "name"},}
         }
       }
     },
     columns: [
      { field: "Name"},
     ],
   };

 


Viewing all articles
Browse latest Browse all 78072

Trending Articles



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