Hello, I'm trying to develop the DateRange filter for my (RoleListItem). The code currently looks like this:
File01
File02
File03
How can I connect filters to my table? What event should I add to OnClick Button?
Thanks very much
Hello, I'm trying to develop the DateRange filter for my (RoleListItem). The code currently looks like this:
File01
How can I connect filters to my table? What event should I add to OnClick Button?
Thanks very much
You can use simple Where() LINQ method to filter your data and assign the result to a variable bound to DataGrid Data property.