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

Radgrid filter and paging icons doesn't get displayed

5 Answers 99 Views
Grid
This is a migrated thread and some comments may be shown as answers.
myrad
Top achievements
Rank 1
myrad asked on 05 Nov 2010, 04:48 PM
Hi,

I'm using radgrid lates version. When I open aspx page in design mode which have radgrid. It displays filter and paging icons perfectly fine but when I run application it doesn't display those icons.

Can you tell me what i'm doing wrong here?

Many thanks 

5 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 05 Nov 2010, 06:29 PM
Hello Jay,

Can you provide a bit more info how the grid (and column headers) are styled in your case?

All the best,
Pavlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
myrad
Top achievements
Rank 1
answered on 05 Nov 2010, 06:39 PM

 

 

here is my aspx code

<
telerik:RadGrid ID="JournalRadGrid" runat="server" AutoGenerateColumns="False" GridLines="None"

 

 

 

Skin="Vista" AllowFilteringByColumn="true" AllowPaging="true" AllowSorting="true">

 

 

 

<ClientSettings EnableRowHoverStyle="True" EnablePostBackOnRowClick="true">

 

 

 

</ClientSettings>

 

 

 

<MasterTableView DataKeyNames="Id">

 

 

 

<Columns>

 

 

 

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

 

 

 

FilterControlWidth="100px" />

 

 

 

<telerik:GridBoundColumn DataField="InvoiceNumber" HeaderText="Invoice No." UniqueName="InvoiceId"

 

 

 

FilterControlWidth="100px" />

 

 

 

<telerik:GridBoundColumn DataField="id" HeaderText="Job No." UniqueName="JobNo" FilterControlWidth="100px" />

 

 

 

</Columns>

 

 

 

</MasterTableView>

 

 

 

<PagerStyle AlwaysVisible="True" Mode="NextPrev" ShowPagerText="False" />

 

 

 

</telerik:RadGrid>

Let me know if you need more information.

Many Thanks

 

0
Pavlina
Telerik team
answered on 05 Nov 2010, 06:52 PM
Hello Jay,

I have followed your scenario and prepared a sample project for that is working as expected. You can find it attached to this post.

Please, take a look at it and let me what is the difference in your case.

All the best,
Pavlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
myrad
Top achievements
Rank 1
answered on 08 Nov 2010, 11:04 AM
Hi Pavlina,
 
I'm running this project within IIS 7.5. Does it makes any difference?

Many Thanks
0
Pavlina
Telerik team
answered on 08 Nov 2010, 03:49 PM
Hello Myrad,

Basically, there should be no difference where you are running the project.

Best wishes,
Pavlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
myrad
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
myrad
Top achievements
Rank 1
Share this question
or