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

pass row filtering to new radgridview

4 Answers 74 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Masoud
Top achievements
Rank 1
Masoud asked on 13 Jun 2015, 04:38 PM
hi

i have create two radgridview an i load csv file to frist radgridview and After filtering rows i want set filtering rows to The second radgridview but i cant please help me
http://speedy.sh/sfPHR/WpfApplication1.zip


 


4 Answers, 1 is accepted

Sort by
0
Masoud
Top achievements
Rank 1
answered on 15 Jun 2015, 12:18 PM
Hi I 'm looking forward to help

0
Dimitrina
Telerik team
answered on 15 Jun 2015, 12:40 PM
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
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

Tags
GridView
Asked by
Masoud
Top achievements
Rank 1
Answers by
Masoud
Top achievements
Rank 1
Dimitrina
Telerik team
Share this question
or