Uncaught TypeError : cannot read property 'replace' of undefined In Grid

后端 未结 5 2194
暖寄归人
暖寄归人 2020-12-10 11:46

I\'m new in using Kendo Grid and Kendo UI . My question is how can i resolve this Error

Uncaught TypeError: Cannot read property \'replace\' of undefined 
         


        
5条回答
  •  一整个雨季
    2020-12-10 12:14

    It could be because of the property pageable -> pageSizes: true.

    Remove this and check again.

提交回复
热议问题