How to create DataView on relationed Table in DataSet?

In order to create master-detail view in two different DataGrids, Datasource of relationed DataGrid must be "MasterTableName.RelationName". I want DataView to be DataSource of this DataGrid, in order filtering or sorting. Is it possible - DataView based on Relation?

Loader.
Up arrow icon