M
Mr. X.
Hello.
I have two bindingSources, which attached to the same table.
BindingSource bs1;
BindingSource bs2;
if I do bs2.filter = "some filtering ..."
I see that controls, which attached to bs1, take the changed on bs2.filter.
Can I change bs2.filter, so the controls which attached bs1 will not be
affected?
Thanks
I have two bindingSources, which attached to the same table.
BindingSource bs1;
BindingSource bs2;
if I do bs2.filter = "some filtering ..."
I see that controls, which attached to bs1, take the changed on bs2.filter.
Can I change bs2.filter, so the controls which attached bs1 will not be
affected?
Thanks
