How can I reset table.DefaultView.RowFilter?
This works also like a charm:
table.DefaultView.RowFilter = null /Nothing
try this:
table.DefaultView.RowFilter = string.Empty
This works also like a charm:
table.DefaultView.RowFilter = null /Nothing
try this:
table.DefaultView.RowFilter = string.Empty