S
Stefan Rose
Hallo
I bound a datagrid object to a datatable inside a dataset(using DataSouce
and DataMember properaties and not by refrencing the datatable directly) .
But when I use the following
myDataSet.Tables["myTable"].DefaultView.RowFilter = "ID = 4" ;
it doesn't affect the displayed datagrid. How can I filter the rows in my
datagrid ?
thanks
I bound a datagrid object to a datatable inside a dataset(using DataSouce
and DataMember properaties and not by refrencing the datatable directly) .
But when I use the following
myDataSet.Tables["myTable"].DefaultView.RowFilter = "ID = 4" ;
it doesn't affect the displayed datagrid. How can I filter the rows in my
datagrid ?
thanks