User-369506445 posted
hi
it's <g class="gr_ gr_38 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" id="38" data-gr-id="38">correctm</g> you can access it, if you want to access it you have to find it in parent control, try this
foreach(GridViewRow row in gvwBfbStructure.Rows) {
if(row.RowType == DataControlRowType.DataRow) {
CheckBoxList checkBoxList = row.FindControl("chkBoxList") as CheckBoxList ;
}
}