Welcome Guest Search | Active Topics | Sign In | Register

Grid ans Ienumerable Options
PhilippeFra
Posted: Thursday, December 16, 2010 2:47:46 AM
Rank: Newbie
Groups: Member

Joined: 12/16/2010
Posts: 3
Hi,

I want to fill a three colmuns grid with an array of structure within an Enumrable class. After :
menuselfGrid.DataSource = ligneList;
menuselfGrid.DataBind();

I only see the right number of lines but nothing is displayed inside the grid.

Can I have some help ?
Thanks
eo_support
Posted: Thursday, December 16, 2010 7:46:29 AM
Rank: Administration
Groups: Administration

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

You need to explicitly define the columns. See here for more details:

http://doc.essentialobjects.com/library/1/grid/start.aspx

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.