I've got an app that I have upgrade from an old version of the ajax control toolkit to the most recent version (16.1). I am getting several problems with the TabContainer/TabPanel.
- The content displays to the right of the tabcontainer. So, content is not displaying in the correct location inspite of my setting the TabStripPlacement to the value of Top. this is occurring in FF & Chrome all the time. Sometimes it happens in IE.
- The tabpanels are displaying in the opposite order of what I am putting them in as.
Here are the items that I have done:
- uninstalled old control toolkit. Installed 16.1 version including the nuget package. Installed the 16.1 static resources via nuget as well.
- Updated my masterpage to have the style information in the head, added the script bundle in the script manager.
Thoughts on this? Thanks
Wally