I have the following scenario:
I have a kendo ui grid in an iframe in an iframe and I'm trying to access it from the parent. I get to the grid alright but .data("kendoGrid") is undefined there. Do I have to do something special to access the grid data or datasource from outside the actual iframe and what?
I have a kendo ui grid in an iframe in an iframe and I'm trying to access it from the parent. I get to the grid alright but .data("kendoGrid") is undefined there. Do I have to do something special to access the grid data or datasource from outside the actual iframe and what?