4 Answers, 1 is accepted
0
Masoud
Top achievements
Rank 1
answered on 15 Jun 2015, 12:18 PM
Hi I 'm looking forward to help
0
Hello,
I am not sure if I can understand your question right. The built-in filtering in RadGridView is a data operation and it will be performed based on the DataMemberBinding specified for a column. Internally, it is done by building and executing a LINQ query appending proper Where clause over the source collection.
The filtered collection itself is available within RadGridView.Items collection. On the other hand, in case you would like to specify a filter initially, you should initially define the Filtering criteria as explained in the Programmatic Filtering article. As another example, you can check the "Programmatic Filtering" WPF Demo.
Then, RadGridView will update its layout to be consistent with the defined filtering once it receives CollectionChanged notification form the source collection.
You can also check our online documentation where the filtering is explained in details.
Regards,
Dimitrina
Telerik
I am not sure if I can understand your question right. The built-in filtering in RadGridView is a data operation and it will be performed based on the DataMemberBinding specified for a column. Internally, it is done by building and executing a LINQ query appending proper Where clause over the source collection.
The filtered collection itself is available within RadGridView.Items collection. On the other hand, in case you would like to specify a filter initially, you should initially define the Filtering criteria as explained in the Programmatic Filtering article. As another example, you can check the "Programmatic Filtering" WPF Demo.
Then, RadGridView will update its layout to be consistent with the defined filtering once it receives CollectionChanged notification form the source collection.
You can also check our online documentation where the filtering is explained in details.
Regards,
Dimitrina
Telerik
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 Feedback Portal
and vote to affect the priority of the items
0
Masoud
Top achievements
Rank 1
answered on 15 Jun 2015, 03:31 PM
thank you dear dimitrina
when i use filter i want after use filter i want get all row filtered in radgridview and i can send rows that filtered to new radgridview
0
Masoud
Top achievements
Rank 1
answered on 15 Jun 2015, 05:03 PM
sorry for this comment
After using the filter , filter information(rows) to be displayed in a new rad grid view
thanks