DataView RowFilter doesn't filter the Rows on DataGridView
问题 I have this function button_Search1_Click to search for comments that match keywords, then display these flagged comments in dataGridView_flaggedComments . Next, if there's any changes on the comboBox_stockIndex , I want the filter to take place i.e. filter the flagged comments in dataGridView_flaggedComments with the Tickers_Ticker_ID of 1 . But when I do that, all the comments (regardless flagged or not) belong to Tickers_Ticker_ID of 1 display on my dataGridView_flaggedComments . It should