I have 2 active forms, base form1 includes datagrid is set databinding is datatable contains checkbox column.
From form 2, I want to get data from column A in form 1 if the column checkbox is checked.
(If I use a filter, maybe I need to save the view datagrid earlier so after the filter I need to return the original view but I'm not sure if this is a good solution)
What should i do in this case?