ASPxGrid

Posts   
 
    
netclectic avatar
netclectic
User
Posts: 255
Joined: 28-Jan-2004
# Posted on: 15-Apr-2004 17:08:52   

Anybody here have any experience of using the DevExpress ASPxGrid with Entity Collections?

I keep getting this error:

The DataKeyField property must contain a proper name of a data source column for the grid1

but i know the DataKeyField has been set to the correct field rage

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39826
Joined: 17-Aug-2003
# Posted on: 15-Apr-2004 17:28:43   

Isn't that property case sensitive? (I don't have the grid here, just a thought)

Frans Bouma | Lead developer LLBLGen Pro
netclectic avatar
netclectic
User
Posts: 255
Joined: 28-Jan-2004
# Posted on: 15-Apr-2004 17:53:20   

Yes, that's not the problem here though, it appears my columns (dynamically created) aren't persisting after a postback rage

tprohas
User
Posts: 257
Joined: 23-Mar-2004
# Posted on: 23-Nov-2004 20:24:35   

netclectic wrote:

Anybody here have any experience of using the DevExpress ASPxGrid with Entity Collections?

I keep getting this error:

The DataKeyField property must contain a proper name of a data source column for the grid1

but i know the DataKeyField has been set to the correct field rage

I'm having the same problem. At this point I can't get the ASPxGrid to display a datasource at all.

Anyone have any suggestions?

bertcord avatar
bertcord
User
Posts: 206
Joined: 01-Dec-2003
# Posted on: 23-Nov-2004 20:40:40   

tprohas wrote:

Anyone have any suggestions?

DataKeyField is not required in the current version of ASPXGrid. Make sure you have the current version, I am using 1.6.0.1

Bert