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

[Solved] Filter icon unavailable

3 Answers 143 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
haklberi
Top achievements
Rank 1
haklberi asked on 29 Mar 2012, 08:39 AM

Hi,
My problem: The filter icon shows up, but is not an active link.
I use: MS Visual Studio 10, Silverlight 5, RadControls for Silverlight Q1 2012.

What can affect the behavior of icons?

My code:

 
<telerik:RadGridView Grid.Column="1" x:Name="familyRadGridView" HorizontalAlignment="Right"

 IsReadOnly="True" Visibility="Collapsed"

AutoGenerateColumns="False" CanUserFreezeColumns="False"

CanUserResizeColumns="False"

HeaderRowStyle="{StaticResource IPOrdersGridViewHeaderRowStyle}" RowStyle="{StaticResource IPOrdersGridViewRowStyle}" RowDetailsStyle="{StaticResource IPOrdersDetailsPresenterStyle}" GridLinesVisibility="Both"

ItemsSource="{Binding ElementName=familyDomainDataSource, Path=Data}" IsFilteringAllowed="True" RowIndicatorVisibility="Collapsed" FontSize="10" VerticalAlignment="Top" MinHeight="584" VerticalContentAlignment="Stretch" Height="150" Sorting="familyRadGridView_Sorting" Sorted="familyRadGridView_Sorted" Filtered="familyRadGridView_Filtered" SelectionChanged="familyRadGridView_SelectionChanged" Grouping="familyRadGridView_Grouping" Filtering="familyRadGridView_Filtering">

 

<telerik:RadGridView.Columns>   

<telerik:GridViewDataColumn UniqueName="Code" Header="Family Group" DataMemberBinding="{Binding Code}" HeaderCellStyle="{StaticResource IPOrdersGridViewHeaderCellStyle}" Width="auto" HeaderTextAlignment="Left" />

 <telerik:GridViewDataColumn UniqueName="firstName" Header="Surname" DataMemberBinding="{Binding Name}" HeaderCellStyle="{StaticResource IPOrdersGridViewHeaderCellStyle}" Width="200" HeaderTextAlignment="Left" />

 </telerik:RadGridView.Columns>

</telerik:RadGridView>

Thanks,
Haklberi.

 

3 Answers, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 29 Mar 2012, 09:35 AM
Hi,

Which of the columns in your RadGridView is the problematic one? What is the underlying data type of the property for that column ?  Any additional info on how to reproduce the issue locally would also be helpful.

All the best,
Pavel Pavlov
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
haklberi
Top achievements
Rank 1
answered on 29 Mar 2012, 09:56 AM
In all columns is icon unavailable :)

Type of the property :
- Code (string)
- Name (string)

Thanks,
Haklberi.
0
Pavel Pavlov
Telerik team
answered on 29 Mar 2012, 11:58 AM
Hi, haklberi

I am not able to reproduce the issue here. I believe working on a project of yours reproducing the issue would be helpful here. To be able to attach a project , please open a support ticket.

Kind regards,
Pavel Pavlov
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
GridView
Asked by
haklberi
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
haklberi
Top achievements
Rank 1
Share this question
or