Hello there,
I am trialling your controls, and frankly, they look pretty wizzy and I'm pretty certain to get sign off on purchasing them if I can get them working and implemented quickly. I have followed the set up instructions, and the grid works wonderfully, so I change my JQuery UI Accordian for your own PanelBar in my razor _Layout.cshtml, and I am having real trouble getting it to work. My problems is that the it will not expand, the control draws, when I move the cursor over the control, it turns to a "hand", but it will not respond to any interaction and it won't animate at all.
The code to draw the test panel is as follows:
In the header I have:
Okay, so what have I tried so far:
- I have tried moving the ScriptRegistrar to the end of the document. No joy.
- I have tried moving the PanelBar into a standard razor view out of the _Layout.cshtml, no luck.
- I have tried explicitly referencing the script by adding it to the .DefaultGroup. I can see then, in fiddler 2, that the .js is loaded, the functionality is the same though. It will still not expand.
- I have tried removing the references to jquery-ui to see if there was a conflict. This did not work either.
The code it renders out is below:
This is using VS2010 and MVC 4 razor views. This is all running on a Windows 7 machine, and I am using Chrome and Fiddler to debug.
Any help would be appreciated.
Regards,
Mark