i need 2 DataGridViews (master-detail) to display, insert, update and delete data.
grids should be filled with data on a search button-click
master grid should display only certain rows, depending on user input in a textbox.
detail grid should display only corresponding rows (i.e. related to displayed master rows).
can anyone help me with sample code, please?
all i could find so far is regular master-detail grids, without filtering parameters