I have an application in WPF
, in which there is a window with a datagrid
with several lines, having only registers. In this window there is also a button and it is necessary for the user, when clicking the button, to appear on each line of datagrid
a checkbox
.
After the user has finished the checklist, he will again click the button that will call a function, traversing the lines of datagrid
and checking which ones are checked to make an action only on the checked records.