I use a componentone datagrid for WPF. added a unbound column with a bool.
for every checked row, I need to add an ID value to a field, as soon as the checkbox is checked for this row in the grid.
I use a componentone datagrid for WPF. added a unbound column with a bool.
for every checked row, I need to add an ID value to a field, as soon as the checkbox is checked for this row in the grid.