Hello telerik team! ..
hope u are fine ..
My question is...
I have a gridview with a CeckBoxColumn .. and i want to do something like this... but i don't know how (i'm in VB by the way)
For each x as .... = 0 to grid.rows.count -1 step 1
dim box as checkbox
box = REM code here to reference the checkbox in the row 'x'
if box.checked = true then
REM some code
else
REM some code
end if
next
i want the exact code , i try myself but i don't get it :(
thanks al the answers!!
hope u are fine ..
My question is...
I have a gridview with a CeckBoxColumn .. and i want to do something like this... but i don't know how (i'm in VB by the way)
For each x as .... = 0 to grid.rows.count -1 step 1
dim box as checkbox
box = REM code here to reference the checkbox in the row 'x'
if box.checked = true then
REM some code
else
REM some code
end if
next
i want the exact code , i try myself but i don't get it :(
thanks al the answers!!