This question is locked. New answers and comments are not allowed.
Trying to debug an issue with grids in partials loaded via ajax in tabs and I came accross this in telerik.grid.editing.min.js:
"field-valiion-valid"
I'm thinking it may or many not be an error....
Should it be this:
"field-validation-valid"
?
Scenario:
1 page with grid - popupedit enabled.
click edit to edit a row - popup window appears.
the popup window has a tab on it - and a grid is loaded in one of the tabs via partial / ajax. (all js are manually registered and fine in partial). the grid also has popupedit enabled
when clicking on edit button in grid in tab - popup window appears ok
this is where the problem occurs - the close button, insert (or update if updating a record), or cancel buttons on popup window no longer work - javascript error when clicking the close button (top right) gives js error: 'data(...).modal' is null or not an object
"field-valiion-valid"
I'm thinking it may or many not be an error....
Should it be this:
"field-validation-valid"
?
Scenario:
1 page with grid - popupedit enabled.
click edit to edit a row - popup window appears.
the popup window has a tab on it - and a grid is loaded in one of the tabs via partial / ajax. (all js are manually registered and fine in partial). the grid also has popupedit enabled
when clicking on edit button in grid in tab - popup window appears ok
this is where the problem occurs - the close button, insert (or update if updating a record), or cancel buttons on popup window no longer work - javascript error when clicking the close button (top right) gives js error: 'data(...).modal' is null or not an object