Rank: Newbie Groups: Member
Joined: 3/9/2009 Posts: 7
|
I am trying to use ObjectDataSource to automattically populate eo grid. Even though my ObjectDataSource select and selectcount function are returning data the eo grid view is not loading the data.
Same ObjectDataSource worked fine with a .NET gridview.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Please check whether you have explicitly defined all columns and each columns' DataField property. Both must be explicitly defined with our Grid.
Thanks!
|