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

Radtoolbar not visible with Chrome 2

1 Answer 68 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
dany7487
Top achievements
Rank 1
dany7487 asked on 12 Jun 2009, 08:07 PM
Hi, Telerik.
I´m using radcontrols for asp.net ajax and everything was working with version 1 of Chrome.
Now I installed version Chrome 2 and my toolbar dissapeared, is not visible. What happened?!
This is the code for the toolbar:

 

<telerik:RadToolBar ID="radtbMenu" runat="server"

 

 

CausesValidation="False" Skin="Outlook" OnClientButtonClicked="GUIToolBarOnClientButtonClicked">

 

 

<Items>

 

 

 

 

<telerik:RadToolBarButton runat="server" Value="Buscar" CommandName="Buscar" ToolTip="Buscar" />

 

 

<telerik:RadToolBarButton runat="server" Value="QuitarFiltro" CommandName="QuitarFiltro" ToolTip="Quitar Filtro" AllowSelfUnCheck="true" CheckOnClick="true" />

 

 

<telerik:RadToolBarButton IsSeparator="true"></telerik:RadToolBarButton>

 

 

<telerik:RadToolBarButton runat="server" Value="ExportarExcel" NavigateUrl="exportar.aspx?rw=1&tip=1&pag=Gastos" Target="_blank" ToolTip="Exportar a Excel" />

 

 

<telerik:RadToolBarButton runat="server" Value="ExportarPDF" NavigateUrl="exportar.aspx?rw=1&tip=2&pag=Gastos" Target="_blank" ToolTip="Exportar a PDF" />

 

 

<telerik:RadToolBarButton IsSeparator="true"></telerik:RadToolBarButton>

 

 

<telerik:RadToolBarButton runat="server" Value="Actualizar" CommandName="Actualizar" ToolTip="Actualizar" />

 

 

 

<telerik:RadToolBarButton IsSeparator="true"></telerik:RadToolBarButton>

 

 

</Items>

 

 

</telerik:RadToolBar>

 


I set the image for the toolbarbuttons using:

radtbMenu.FindItemByValue(

"Buscar").ImageUrl = CUtil.URLImagen(this.Page, "iconos.menfiltrar.gif");

 

radtbMenu.FindItemByValue(

"QuitarFiltro").ImageUrl = CUtil.URLImagen(this.Page, "iconos.menquitarfiltro.gif");

 

radtbMenu.FindItemByValue(

"ExportarExcel").ImageUrl = CUtil.URLImagen(this.Page, "iconos.menexportarexcel.gif");

 

radtbMenu.FindItemByValue(

"ExportarPDF").ImageUrl = CUtil.URLImagen(this.Page, "iconos.menexportarpdf.gif");

 

radtbMenu.FindItemByValue(

"Actualizar").ImageUrl = CUtil.URLImagen(this.Page, "iconos.menactualizar.gif");

 


Can you help me, please?
thanks a lot,
Daniel.

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 15 Jun 2009, 08:24 AM
Hello dany7487,

Full support for Google Chrome v.2 was added in the latest version - Q1 2009 SP2 (2009.1.527). Please try with it and let us know if you still have any problems.

Best wishes,
Veselin Vasilev
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
dany7487
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or