Hello
I have RadGrid control with check-box within a cell:
<td align="center" style="width: 30px;">
<span title="Test Title"
id="ctl00_MC_gridSchedule_ctl00_ctl08_HasAccessExtended">
<input type="image" style="height: 13px; width: 13px; border-width: 0px;" src="/std/WebResource.axd
checked="Blank" id="ctl00_MC_gridSchedule_ctl00_ctl08_HasAccessExtended_checkBox"
name="ctl00$MC$gridSchedule$ctl00$ctl08$HasAccessExtended$checkBox">
<input type="hidden"
value="Blank" id="ctl00_MC_gridSchedule_ctl00_ctl08_HasAccessExtended_hidden"
name="ctl00$MC$gridSchedule$ctl00$ctl08$HasAccessExtended$hidden">
</span>
</td>
I've located the target cell in the grid : GridDataCell targetCell
How can I check the check-box with id="ctl00_MC_gridSchedule_ctl00_ctl08_HasAccessExtended_checkBox"?
Regards,
Svetlana
I have RadGrid control with check-box within a cell:
<td align="center" style="width: 30px;">
<span title="Test Title"
id="ctl00_MC_gridSchedule_ctl00_ctl08_HasAccessExtended">
<input type="image" style="height: 13px; width: 13px; border-width: 0px;" src="/std/WebResource.axd
checked="Blank" id="ctl00_MC_gridSchedule_ctl00_ctl08_HasAccessExtended_checkBox"
name="ctl00$MC$gridSchedule$ctl00$ctl08$HasAccessExtended$checkBox">
<input type="hidden"
value="Blank" id="ctl00_MC_gridSchedule_ctl00_ctl08_HasAccessExtended_hidden"
name="ctl00$MC$gridSchedule$ctl00$ctl08$HasAccessExtended$hidden">
</span>
</td>
I've located the target cell in the grid : GridDataCell targetCell
How can I check the check-box with id="ctl00_MC_gridSchedule_ctl00_ctl08_HasAccessExtended_checkBox"?
Regards,
Svetlana