Welcome Guest Search | Active Topics | Sign In | Register

CheckBoxColumn checked Options
UweD
Posted: Friday, February 20, 2009 7:01:14 AM
Rank: Advanced Member
Groups: Member

Joined: 8/11/2008
Posts: 37
I wont to know which CheckBoxField in a Grid is checkt but there is no property for checked:

for (int i = 0; i < Grid1.Items.Count; i++)
{
EO.Web.GridItem xx = Grid1.Items[i];
EO.Web.CheckBoxColumn yy = (EO.Web.CheckBoxColumn)xx.Cells[1].Column;
}
eo_support
Posted: Friday, February 20, 2009 8:17:22 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,103
Hi,

You will need to check GridCell.Value.

Thanks
UweD
Posted: Friday, February 20, 2009 8:49:15 AM
Rank: Advanced Member
Groups: Member

Joined: 8/11/2008
Posts: 37
o.k. Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.