This is a migrated thread and some comments may be shown as answers.

Uncaught TypeError: Cannot read property 'removeData' of null KENDO UI

1 Answer 279 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Roman
Top achievements
Rank 1
Roman asked on 22 Aug 2014, 03:42 AM
Hi I purchased this version of kendo ui -> telerik.kendoui.professional.2014.2.716.commercial. I keep on getting this error -> Uncaught TypeError: Cannot read property 'removeData' of null after clicking my return button w/c calls a function with this code  ->   mainVM.agentVM.isOpenEdit(false); this line of code hides the div that contains some html elements. in my html it looks like this ->  <div data-bind="if: mainVM.agentVM.isOpenEditList"> sample element </div>

I hope somebody can help me, thank you

1 Answer, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 25 Aug 2014, 02:22 PM
Hello Roman,

The data-bind="if: mainVM.agentVM.isOpenEditList" expression is invalid -- it should be data-bind="mainVM.agentVM.isOpenEditList". If that doesn't help, please supply a Dojo snippet that shows the issue.

Regards,
Alex Gyoshev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Roman
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Share this question
or