Hi:
Let's say I have a RadGridView called RGV. There is a CheckboxColumn (uniquename = "col1"). How can I reference the check box in row 6 of that column and change the check box value under two secnario:
1. I click a button somewhere in the form, and I need to change the checkbox on row 6 to true.
2. During the RGV.CellFormatting event, I need to set the checkbox of each row to true or false based on some predetermined factor.
If I could see some VB code example on how to acheive that, I'd be grateful.
Thanks,
Justin
Let's say I have a RadGridView called RGV. There is a CheckboxColumn (uniquename = "col1"). How can I reference the check box in row 6 of that column and change the check box value under two secnario:
1. I click a button somewhere in the form, and I need to change the checkbox on row 6 to true.
2. During the RGV.CellFormatting event, I need to set the checkbox of each row to true or false based on some predetermined factor.
If I could see some VB code example on how to acheive that, I'd be grateful.
Thanks,
Justin