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

Toolbar is Flickering in IE 7.0

1 Answer 39 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Harsha Hegde
Top achievements
Rank 1
Harsha Hegde asked on 19 Aug 2009, 03:04 PM

Hi,

We are using Telerix (RadControls_for_ASP[1].NET_AJAX_2009_2_701) control in our project. We found that tool cotrol is Flickering in IE 7.0, but same is working fine in IE 6.0

I read the all the forum but non of them talks about specific issue what i am facing.

Quick response to fix this issue would greatly help

For reference RadToolBar tag is paged below

 

 

<telerik:RadToolBar ID="mainToolBar" runat="server" Style="z-index: 90001" Width="722px"

 Skin="RAM" EnableEmbeddedSkins="FALSE" OnClientDropDownOpened="checkItemSelectedleft"

 

OnClientButtonClicking="clientButtonClickingleft">

 <Items>

 <telerik:RadToolBarSplitButton EnableDefaultButton="false" Text="" ToolTip="Actions">

 <Buttons>

 <telerik:RadToolBarButton Text="Add Activity" ToolTip="Add Activity" Value="AddEditActivities"

 PostBack="false" />

 <telerik:RadToolBarButton Text="Edit Activity" ToolTip="Edit Activity" Value="EditActivity"

 PostBack="false" />

 <telerik:RadToolBarButton Text="Add PPG" ToolTip="Add PPG " Value="AddPPG"

 PostBack="false" />

 <telerik:RadToolBarButton IsSeparator="true" />

 <telerik:RadToolBarButton Text="Copy" ToolTip="Copy Selected Activities" Value="Copy" />

 <telerik:RadToolBarButton Text="Paste" ToolTip="Paste Selected Activities" Value="Paste" />

 <telerik:RadToolBarButton Text="Delete Activity" ToolTip="Delete Selected Activities" Value="DeleteActivities" />

<telerik:RadToolBarButton IsSeparator="true" />

 <telerik:RadToolBarButton Text="Add Attachments" Value="Add Attach" />

<telerik:RadToolBarButton Text="Remove Attachments" Value="Remove Attach" />

<telerik:RadToolBarButton IsSeparator="true" />

<telerik:RadToolBarButton Text="Assign StoreList" ToolTip="Assign StoreList to Selected Activities"

 Value="AssignStoreList" />

 <telerik:RadToolBarButton Text="Remove StoreList" ToolTip="Remove StoreList for Selected Activities"

 Value="RemoveStoreList" />

 </Buttons>

 </telerik:RadToolBarSplitButton>

 <telerik:RadToolBarButton IsSeparator="true" />

 <telerik:RadToolBarButton Enabled ="false" Font-Names ="verdana" Font-Size ="XX-Small"></telerik:RadToolBarButton>

 </Items>

 </telerik:RadToolBar>

 

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 24 Aug 2009, 11:16 AM
Hi Harsha,

I'm afraid that the provided information is not enough for us to reproduce the issue. Could you please open a support ticket and send us a simple running project (including the used custom skin) demonstrating the problem? Thanks in advance

Kind regards,
Yana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ToolBar
Asked by
Harsha Hegde
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or