I have a datagrid with a column of checkboxes and when I select a checkbox I would like to have the row containing the checkbox show its default select row highlighted
The checkbox when selected refreshes the same datagrid with some cells highlighted in relation to the checkbox selected
this action takes place in the chk_Checked event and I am thinking that I could set the row select here after the grid refresh
Can someone help with this