I have a dataset with 3 data tables and two relationships.
I set a rowfilter on the first data table (via the "DefaultView" property, with RowStateFilter set to "CurrentRows). This filter works correctly (checked by row counts of datatable).
However, as soon as I assign this to the datasource of a control (in my example, a DataGrid), the filter is lost, giving me the full record set.
Has anyone any ideas on solving this theorectically simple issue!???
Thanks
Nick.
I set a rowfilter on the first data table (via the "DefaultView" property, with RowStateFilter set to "CurrentRows). This filter works correctly (checked by row counts of datatable).
However, as soon as I assign this to the datasource of a control (in my example, a DataGrid), the filter is lost, giving me the full record set.
Has anyone any ideas on solving this theorectically simple issue!???
Thanks
Nick.