Hi,

I hold data in memory (DataTable) which is updated/merged every 60 seconds
(this all is done in new thread). Now, i have a form and this form contains
one ComboBox. I'm creating new DataView from DataTable i hold in memory and
set this DataView RowFilter to filter some rows. There is also opened a
second form which contains only a datagrid that is binded to a same
DataTable but thru new DataView and a same RowFilter is set. If new data
cames from server, this datagrid is updated without any problems (new rows,
changed, deleted), but on first form ConboBox is not updated.

Anyone know why this happends?

Thanks,
Josip Habjan