This question is locked. New answers and comments are not allowed.
Hi
I need help with the following issue:
We are trying to use Telerik controls extensively for our future MVC 3 project.
Unfortunatly i get the exception Uncaught TypeError: Object #<HTMLDivElement> has no method 'find'
occasionally on the pages where i have telerik grids.
I get this error on page with 2 simple server bound grids and on the page where i got client bound grid as well.
We are using jquery version 1.5.1 in our project .
After investigating a little and trying to debug the jquery using the non minimized script i noticed that it happens on line 860 at resolveWith
function in jquery-1.5.1.js script in the process where some callbacks are being executed. The exception is thrown and it is being cough and rethrown on line 871
With Regards
Gabriel
I need help with the following issue:
We are trying to use Telerik controls extensively for our future MVC 3 project.
Unfortunatly i get the exception Uncaught TypeError: Object #<HTMLDivElement> has no method 'find'
occasionally on the pages where i have telerik grids.
I get this error on page with 2 simple server bound grids and on the page where i got client bound grid as well.
We are using jquery version 1.5.1 in our project .
After investigating a little and trying to debug the jquery using the non minimized script i noticed that it happens on line 860 at resolveWith
function in jquery-1.5.1.js script in the process where some callbacks are being executed. The exception is thrown and it is being cough and rethrown on line 871
With Regards
Gabriel