5 Answers, 1 is accepted
<telerik:RadGrid ID="RadGrid1" Skin="Office2007" runat="server" AllowSorting="True"
AllowPaging="True" AutoGenerateColumns="False" ShowStatusBar="False" GridLines="None"
PageSize="2" Width="632px">
<HeaderContextMenu Skin="WebBlue" EnableTheming="True">
<CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>
</HeaderContextMenu>
<PagerStyle Mode="Slider" Font-Size="Large" Font-Bold="true" Position="Top"
VerticalAlign="Middle" HorizontalAlign="Center" ShowPagerText="true" />
<MasterTableView CommandItemDisplay="None" DataKeyNames="ProjectThumbnailID" AutoGenerateColumns="False"
Width="606px".....
I followed your scenario in order to replicate the issue but to no avail. Please find attached a simple working project which handles the desired functionality. Give it a try and let me know if you have other questions or problems.
Regards,
Pavlina
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Here is my codE:
<telerik:RadAjaxPanel ID="crtlCategoriesAjaxPnl" runat="server" HorizontalAlign="NotSet"
LoadingPanelID="ctrlUpdPnlLoading2">
<
telerik:RadGrid ID="RadGrid1" Skin="Office2007" runat="server" AllowSorting="True"
AllowPaging="True" AutoGenerateColumns="False" ShowStatusBar="False" GridLines="None"
PageSize="2" Width="632px">
<HeaderContextMenu Skin="WebBlue" EnableTheming="True">
<CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>
</HeaderContextMenu>
<PagerStyle Font-Size="Large" Font-Bold="true" Position="Top" Mode="Slider"
VerticalAlign="Middle" HorizontalAlign="Center" ShowPagerText="true" EnableSEOPaging="false" />
<MasterTableView CommandItemDisplay="None" DataKeyNames="ProjectThumbnailID" AutoGenerateColumns="False"
Width="606px" >
<RowIndicatorColumn>
<HeaderStyle Width="20px"></HeaderStyle>
</RowIndicatorColumn>
<ExpandCollapseColumn>
<HeaderStyle Width="20px"></HeaderStyle>
</ExpandCollapseColumn>
<Columns>
<telerik:GridBoundColumn DataField="TemplateID" HeaderText="ID" ReadOnly="True" UniqueName="ProjectThumbnailID"
Visible="false">
</telerik:GridBoundColumn>
<telerik:GridTemplateColumn UniqueName="TemplateName" ItemStyle-Width="101px">
<ItemTemplate>
<asp:Image runat="server" ID="imgTemplate0" ImageUrl='<%# Eval("ImageSrc0") %>' CssClass="pointer" />
</ItemTemplate>
</telerik:GridTemplateColumn>
<telerik:GridTemplateColumn UniqueName="TemplateName" ItemStyle-Width="101px">
<ItemTemplate>
<asp:Image runat="server" ID="imgTemplate1" ImageUrl='<%# Eval("ImageSrc1") %>' CssClass="pointer" />
</ItemTemplate>
</telerik:GridTemplateColumn>
<telerik:GridTemplateColumn UniqueName="TemplateName" ItemStyle-Width="101px">
<ItemTemplate>
<asp:Image runat="server" ID="imgTemplate2" ImageUrl='<%# Eval("ImageSrc2") %>' CssClass="pointer" />
</ItemTemplate>
</telerik:GridTemplateColumn>
<telerik:GridTemplateColumn UniqueName="TemplateName" ItemStyle-Width="101px">
<ItemTemplate>
<asp:Image runat="server" ID="imgTemplate3" ImageUrl='<%# Eval("ImageSrc3") %>' CssClass="pointer" />
</ItemTemplate>
</telerik:GridTemplateColumn>
</Columns>
</MasterTableView>
<FilterMenu Skin="WebBlue" EnableTheming="True">
<CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>
</FilterMenu>
</telerik:RadGrid>
Please find attached a modified project which is working as expected and let me know if I am leaving something out.
Additionally, if your problem persist, I will ask you to open a formal support ticket and send us a runnable project, demonstrating the case, for further review.
Sincerely yours,
Pavlina
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.