This is a migrated thread and some comments may be shown as answers.

Bar Code not getting display in IE8

1 Answer 67 Views
BarCode
This is a migrated thread and some comments may be shown as answers.
CDC
Top achievements
Rank 1
CDC asked on 16 Jul 2013, 07:12 AM
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.
<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

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 18 Jul 2013, 07:49 AM
Hello,

Based on the supplied information, it is hard to determine the source of the problem.
To trace it properly, it will be best if you open a formal support ticket, and send us a small working project, demonstrating your setup, and showing the unwanted behavior. We will review it locally, and advise you further.

Regards,
Yavor
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
BarCode
Asked by
CDC
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or