Hello,
I need to check all of my rows in my gridView and check or uncheck the radCheckboxColumn depending on a condition.
How can i do that?
Thank you
Shirya
1 Answer, 1 is accepted
0
Victor
Telerik team
answered on 27 Feb 2009, 10:42 AM
Hi Shirya,
Thank you for your question.
You can check all rows using the code below:
private void CheckRows()
{
for (int i = 0; i <this.radGridView1.Rows.Count; i++)