I have just added the latest control set to our DNN application via the automatic install method, and then copying the scripts/skins and .DLLs to our DNN app folders. The old Q3 .dll's are still in the /bin, as they are required by some 3rd party modules.
My first attempt at trying the new controls seemed to indicate it worked: I used a RadGrid example and it runs as expected.
However, trying this PanelBar example gives me the error:
Unknown server tag 'telerik:RadPanelBar'
I tried removing just the PanelBar from the code and the other telerik tags such as telerik:radajaxpanel seem to run. Why would the RadPanelBar in particular seem to be absent from the latest build?
My first attempt at trying the new controls seemed to indicate it worked: I used a RadGrid example and it runs as expected.
However, trying this PanelBar example gives me the error:
Unknown server tag 'telerik:RadPanelBar'
I tried removing just the PanelBar from the code and the other telerik tags such as telerik:radajaxpanel seem to run. Why would the RadPanelBar in particular seem to be absent from the latest build?