DataViewManager.RowFilter not working

J

Jürgen Bronn

Hi.
I have the following problem.
I cannot filter Child Tables with the dataviewmanager:

dim dvm as new dataviewmanager
dvm = dataset.defaultviewmanager
datagrid.datasource = dvm

dvm.dataviewsettings(<Master Table>).rowfilter = ..... is working
dvm.dataviewsettings(<Child Table>).rowfilter is not working

Is this a bug in the dataviewmanager?
If so, any workarounds or ideas to solve this problem?
Please help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top