Hi,
We are using RadBarCode in RadTabStrip. The bar code gets displayed in the Tab 1 but not in the Tab 2 in IE8. I herewith attached the code block.
note: Works fine with Chrome
We are using RadBarCode in RadTabStrip. The bar code gets displayed in the Tab 1 but not in the Tab 2 in IE8. I herewith attached the code block.
<div> <telerik:RadTabStrip runat="server" ID="rtsPlantDescription" Orientation="HorizontalTop" Skin="Transparent" SelectedIndex="0" MultiPageID="rmpPlantDescription"> <Tabs> <telerik:RadTab Text="Tab 1"> </telerik:RadTab> <telerik:RadTab Text="Tab 2"> </telerik:RadTab> </Tabs> </telerik:RadTabStrip> </div> <telerik:RadMultiPage runat="server" ID="rmpPlantDescription" SelectedIndex="0" Width="100%"> <telerik:RadPageView runat="server" ID="rpvGeneralView"> <telerik:RadBarcode runat="server" ID="RadBarcode1" Type="Code128" ShortLinesLengthPercentage="90" Text="TAG-123458" ShowText="true" Font-Size="16" OutputType="SVG_VML" ShowChecksum="true" RenderChecksum="true" > </telerik:RadBarcode> </telerik:RadPageView> <telerik:RadPageView runat="server" ID="rpvIdentificationView"> <div> <telerik:RadBarcode runat="server" ID="rbcBarCode" Type="Code128" ShortLinesLengthPercentage="90" Text="TAG-123458" ShowText="true" Font-Size="16" OutputType="SVG_VML" ShowChecksum="true" RenderChecksum="true" > </telerik:RadBarcode> </div> </telerik:RadPageView> </telerik:RadMultiPage>note: Works fine with Chrome