This question is locked. New answers and comments are not allowed.
Hi.
I'm trying to use the DataFilter control to filter data in the RadGrid [bound to RIA]. I have the following;
However when I use the control it shows the actual RIA data columns and the entity names. I only want it to show the columns that have been set-up within the actual grid and to show the grid names/values. Any ideas?
I'm trying to use the DataFilter control to filter data in the RadGrid [bound to RIA]. I have the following;
<telerik:RadDataFilter Name="radDataFilter" Grid.Row="0" Grid.Column="3" Source="{Binding Items, ElementName=radGridView1}" Margin="1" telerik:StyleManager.Theme="Windows7" AutoGenerateItemPropertyDefinitions="True"> </telerik:RadDataFilter>However when I use the control it shows the actual RIA data columns and the entity names. I only want it to show the columns that have been set-up within the actual grid and to show the grid names/values. Any ideas?