El siguiente código funciona bien y filtra las filas correctamente, pero ¿cómo restaurar la tabla a su estado original?¿Cómo puedo restablecer table.DefaultView.RowFilter?
DataTable table = this.dataGridView1.DataSource as DataTable;
table.DefaultView.RowFilter = comboBox.Text + " LIKE '%" + strName + "%'";
Gracias
funcionó muy bien, gracias. –
¡Impresionante! grandes gracias: D – Tony