Hi, I use a Radgrid with a templated column:
Inside the templated column I use an ImageZoom control. This works fine, but when Ajax is enabled, and you click on a page in the pager, the control doesn't work anymore on the paged page, only the first page is working "normal". Do I need to register the Imagezoom control with AjaxManager?
Any ideas please?
Thank you for your help
Thomas
<telerik:GridTemplateColumn> <ItemTemplate> <obout:ImageZoom ID="ImageZoom_Suche" runat="server" StyleFolder="styles/simple" ImageUrl='<%# Eval("Partnumber", "~/Images/{0}.jpg") %>' BigImageUrl='<%# Eval("Partnumber", "~/Images/{0}.jpg") %>' Position="IMAGE_CENTER" ShowLoading="false" /> </ItemTemplate> <ItemStyle Width="50px" Height="50px" HorizontalAlign="Center" /> </telerik:GridTemplateColumn>Inside the templated column I use an ImageZoom control. This works fine, but when Ajax is enabled, and you click on a page in the pager, the control doesn't work anymore on the paged page, only the first page is working "normal". Do I need to register the Imagezoom control with AjaxManager?
Any ideas please?
Thank you for your help
Thomas