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

Filter icon missing from design

2 Answers 165 Views
Grid
This is a migrated thread and some comments may be shown as answers.
MOLIN
Top achievements
Rank 2
MOLIN asked on 29 Jan 2009, 08:44 PM
I am new using RadGrid. Somehow the filter icon is not showing up, but my coworker's shows up. We just can not figure why?
It suppose to show up filter icor when you enable filtering. Anyone experiences this problem? How to fixe it?

 

<telerik:RadGrid ID="RadGrid1" runat="server" AllowFilteringByColumn="True"

 

 

AllowPaging="True" AllowSorting="True" GridLines="None">

 

 

<HeaderContextMenu>

 

 

<CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>

 

 

</HeaderContextMenu>

 

 

<MasterTableView>

 

 

<RowIndicatorColumn>

 

 

<HeaderStyle Width="20px"></HeaderStyle>

 

 

</RowIndicatorColumn>

 

 

<ExpandCollapseColumn>

 

 

<HeaderStyle Width="20px"></HeaderStyle>

 

 

</ExpandCollapseColumn>

 

 

</MasterTableView>

 

 

<FilterMenu>

 

 

<CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>

 

 

</FilterMenu>

 

 

</telerik:RadGrid>

 


 

2 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 02 Feb 2009, 03:55 PM
Hello MOLIN,

Is it possible that you have spaces in the name of your web site folder and run it under Cassini? Some time ago we discovered that this 'limitation' causes the filtering images in the grid to be rendered as broken images due to incorrect url settings.

You may also check whether extracting the url for the filtering image (right-click on it, choose properties, fetch the image url value) and pasting it in the browser address bar renders it as expected. Additionally, consider using the Fiddler tool to perform troubleshooting and designate the cause of the abnormality.
 
Best regards,
Sebastian
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
MOLIN
Top achievements
Rank 2
answered on 04 Feb 2009, 07:49 PM
Sebastian,

Thanks for the reply. I think there is a corelation issue between Visual Studio and RadGrid component. After I close the project and reopen the project twice, the filter icon appears now. This happens only when I first use RadGrid after RadControls installation. This issue does not occur in my subsequent projects. Thank you!

Molin Chung
Information Services Department
Denton County, Texas

Tags
Grid
Asked by
MOLIN
Top achievements
Rank 2
Answers by
Sebastian
Telerik team
MOLIN
Top achievements
Rank 2
Share this question
or