Hey, there I have some Problem, with figuring out if the title works.
I want to use his Dynagrid so I can have the search/filtering it provides.
I got it to load with a controller action, which loads the view for the tab, and decodes it into Json.
Then I load the Json via his linkOptions in the items of TabsX.
The big problem is, when I apply a filter, yii loads the view of the Tab, so I get send to the json of the page.
How can i prevent this or is it even possible.
Secondly, as soon as the Tabs gets loaded, my whole css gets thrown off and looks weird.
If i need to provide code. Let me know!