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
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
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
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
I'm running this project within IIS 7.5. Does it makes any difference?
Many Thanks
Basically, there should be no difference where you are running the project.
Best wishes,
Pavlina
the Telerik team