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

[Solved] Missing Pagging Images on RadGrid

1 Answer 43 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Adam Pehas
Top achievements
Rank 1
Adam Pehas asked on 12 May 2009, 09:16 PM
I have a telerik grid that I recently enabled pagging on.  For some Reason the images that allow the user to move through the pages are missing.  

I have a screen capture to show the image and where the buttons are missing http://cid-d277c11ef8b7f500.skydrive.live.com/self.aspx/Public/RadGrid.JPG

firstpageimageurl = mvwres://Telerik.Web.UI, Version=2008.1.619.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4/Telerik.Web.UI.Skins.Web20.Grid.PagingFirst.gif




 

<telerik:RadGrid ID="grdAllGraphics" runat="server" AutoGenerateColumns="False"

 

 

GridLines="None" Skin="Web20" Width="300px" AllowMultiRowSelection="True"

 

 

AllowCustomPaging="True" AllowPaging="True" PageSize="2" ShowFooter="True"

 

 

ShowGroupPanel="True" ShowStatusBar="True">

 

 

<PagerStyle AlwaysVisible="True" NextPageToolTip="Where is this" BorderStyle="Solid" PageButtonCount="2" />

 

 

<MasterTableView>

 

 

<RowIndicatorColumn>

 

 

<HeaderStyle Width="20px" />

 

 

</RowIndicatorColumn>

 

 

<ExpandCollapseColumn>

 

 

<HeaderStyle Width="20px" />

 

 

</ExpandCollapseColumn>

 

 

<Columns>

 

 

 

 

 

 

<telerik:GridTemplateColumn

 

 

UniqueName="CheckBoxTemplateColumn">

 

 

<ItemTemplate>

 

 

<asp:CheckBox

 

 

ID="CheckBox1" runat="server"

 

 

OnCheckedChanged="ToggleRowSelection"

 

 

AutoPostBack="True"

 

 

/>

 

 

</ItemTemplate>

 

 

 

</telerik:GridTemplateColumn>

 

 

 

 

<telerik:GridBoundColumn DataField="PartNo" HeaderText="Part #"

 

 

UniqueName="column">

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridBoundColumn DataField="Description" HeaderText="Description"

 

 

UniqueName="column1">

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridTemplateColumn HeaderText="Graphic" UniqueName="TemplateColumn">

 

 

<ItemTemplate>

 

 

<asp:HyperLink ID="HyperLink1" Target="_blank" NavigateUrl ='<%# Eval("ImagePath") %>' runat="server"> <img ALT='' src='<%# Eval("ImagePath") %>' width='75'/> </asp:HyperLink>

 

 

 

</ItemTemplate>

 

 

</telerik:GridTemplateColumn>

 

 

 

<telerik:GridBoundColumn DataField="GraphicInventoryID" UniqueName="GraphicInventoryID" >

 

 

</telerik:GridBoundColumn>

 

 

</Columns>

 

 

 

 

 

</MasterTableView>

 

 

<ClientSettings AllowRowsDragDrop="False">

 

 

<Selecting AllowRowSelect="True" />

 

 

</ClientSettings>

 

 

</telerik:RadGrid>

 

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 15 May 2009, 05:59 AM
Hello Adam,

I followed your scenario in order to replicate the issue but to no avail.
Please find attached a small runnable application that demonstrates the needed approach. Give it a try and let me know if it works for you or if I am missing something important out.

Greetings,
Pavlina
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
Grid
Asked by
Adam Pehas
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or