hi ,
i am using telerik 2013 Q3 , i can't use javascript in NavigateURL of RadImageTile . have y a way to do it ? thnak you .
i am using telerik 2013 Q3 , i can't use javascript in NavigateURL of RadImageTile . have y a way to do it ? thnak you .
function openRadWindow(Page) { var oWnd = radopen(Page, Page + "1"); oWnd.setSize(315, 250); oWnd.Center(); }<telerik:RadImageTile Name="Sofia" Shape="Wide" NavigateUrl='javascript:openRadWindow("..\Shared/Form/FormReport.aspx?report=Rep1"); return false;' Target="_blank" Width="300" Font-Bold="True" ForeColor="White" ToolTip='Cliquez ici pour afficher le rapport' Selected="False" Font-Italic="True" Font-Size="X-Large"> <Title Text="MyText" ></Title> <PeekTemplateSettings AnimationDuration="900" ShowInterval="8000" CloseDelay="7000" Animation="Slide" Easing="easeInQuint" ShowPeekTemplateOnMouseOver="true" HidePeekTemplateOnMouseOut="true" /> </telerik:RadImageTile>