Hi Guys.
The JoinView class from Microsoft was something I just found
out about, and
that I needed badly. It was the perfect solution to read
columns from
different tables into a DataGridView.
I was very exited when I learned about it and immediately
started
implementing it in my application. Then, the punch on my
stomach. It has no
RowFilter functionality. I couldn't believe it. That makes
it useless. The
solution from Microsoft is to filter the DataTable. Well, I
read that
DataTable from different DataViews, so I can't filter the
DataTable.
Does anybody have an idea on a way around this problem?
The article and class file can be found in:
http://support.microsoft.com/default.aspx?scid=kb;
en-us;325682
Thanks,
Mauricio Benavides
===================================
This list is hosted by DevelopMentorŪ http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
|