This question is locked. New answers and comments are not allowed.
Hello,
I'm trying to get a Grid to work inside of a TabStrip.
I have read all the forum posts I could find, the help docs, and the how to get partial views to work.
I even include every JS library in the master page to make sure they are all loaded.
None of them have fixed the issue.
I have two tabs, both load content using the LoadFromContent method. The second tab loads a partial view which has the call to
<% Html.Telerik.Grid<T>() %>
I know the grid is set up and working perfectly, cause when I remove the TabStrip it works perfectly.
When the second TabLoads, the Grid does appear.
Then when you click on any of the sorting, filtering, editing, etc, it opens up in a new Window as if the JavaScript events aren't attached to the Grid.
Using Firebug to look at the request/response, I can see a block of javascript code coming back via the ajax call.
It's surrounded in the script tag and starts with:
If I cut and paste this code into the Firebug Console and Run it, the Grid functions absolutely perfectly.
If I include other scripts within the ajax response, they all run correctly. It is only the JS generated by the Grid that does not seem to get executed properly.
Has anyone else had this issue? or better yet, know how to fix it?
I'm trying to get a Grid to work inside of a TabStrip.
I have read all the forum posts I could find, the help docs, and the how to get partial views to work.
I even include every JS library in the master page to make sure they are all loaded.
None of them have fixed the issue.
I have two tabs, both load content using the LoadFromContent method. The second tab loads a partial view which has the call to
<% Html.Telerik.Grid<T>() %>
I know the grid is set up and working perfectly, cause when I remove the TabStrip it works perfectly.
When the second TabLoads, the Grid does appear.
Then when you click on any of the sorting, filtering, editing, etc, it opens up in a new Window as if the JavaScript events aren't attached to the Grid.
Using Firebug to look at the request/response, I can see a block of javascript code coming back via the ajax call.
It's surrounded in the script tag and starts with:
If I include other scripts within the ajax response, they all run correctly. It is only the JS generated by the Grid that does not seem to get executed properly.
Has anyone else had this issue? or better yet, know how to fix it?