I have a telerik RadGRid wpf it has the columns
studentID, Marks, Status usually it contains large data.
A dropdownlist is added beside the telerik grid it contains all the student
Ids, when user selects a particular studentId and click the button Go(which
is added under the dropdownlist) the grid should show only the rows with
the same studentId. How to do this we are following MVVM Prism Pattern
I have a telerik RadGRid wpf it has the columns studentID, Marks, Status usually
Share
The way to handle this is to add a filter. See Telerik’s Documentation on filtering a DataGridView.