I don't know where to put this question since it involves numerous controls, so I try here.
It is a somewhat complex situation but I'll do my best to try to describe it. In short: When numerous Telerik controls (Telerik.Web.UI) are placed on a number of Views in an ASP MultiView, the css styles becomes corrupted on View 2 and on.
More details:
I have an asp MultiView with a number of Views and Previous/Next buttons to move between the views. On the first View I have a RadDropdownList, a RadComboBox, and a RadGrid. On the following Views I have some RadTreeViews, RadGrids and also some Accordions. Now to the oddities:
If all Telerik controls on the first view are visible, the css styles on the following Views are corrupted (i.e. missing) and the RadTreeViews completely lack all styling and all images. The Accordions also get corrupted, and it seems that all ul-based lists are affected.
If I hide (Visible=false) any one of the three Telerik controls on the first View, the css styles on the following Views are correct.
If I place all the Telerik controls on the first View (and have them visible), they are displayed correctly.
The only way I have found to have all controls visible on different Views and with correct css styles, is to register the Previous/Next buttons as PostBackControls, but that gives the side affect that a Ctrl-F5 (after a Previous/Next click) gives a popup message saying that a Submit is in process.
Anyone that can make any sense out of this? Is it a ViewState problem?
System:
ASP.NET
.NET FW 4.0
Telerik 2014.1.225.40
It is a somewhat complex situation but I'll do my best to try to describe it. In short: When numerous Telerik controls (Telerik.Web.UI) are placed on a number of Views in an ASP MultiView, the css styles becomes corrupted on View 2 and on.
More details:
I have an asp MultiView with a number of Views and Previous/Next buttons to move between the views. On the first View I have a RadDropdownList, a RadComboBox, and a RadGrid. On the following Views I have some RadTreeViews, RadGrids and also some Accordions. Now to the oddities:
If all Telerik controls on the first view are visible, the css styles on the following Views are corrupted (i.e. missing) and the RadTreeViews completely lack all styling and all images. The Accordions also get corrupted, and it seems that all ul-based lists are affected.
If I hide (Visible=false) any one of the three Telerik controls on the first View, the css styles on the following Views are correct.
If I place all the Telerik controls on the first View (and have them visible), they are displayed correctly.
The only way I have found to have all controls visible on different Views and with correct css styles, is to register the Previous/Next buttons as PostBackControls, but that gives the side affect that a Ctrl-F5 (after a Previous/Next click) gives a popup message saying that a Submit is in process.
Anyone that can make any sense out of this? Is it a ViewState problem?
System:
ASP.NET
.NET FW 4.0
Telerik 2014.1.225.40