I have a Datagridview and the Data Source is dtCustomer I just want to filter the content of grid view based on a search text. Itried the follow
Data Source
dtCustomer
Or Try this;
dataGridView.Datasource = datatable.Select("....").CopyToDataTable()