TheMuyu
TheMuyu

Reputation: 587

Using lookupedit on XtraGrid columns

I have a xtraGrid with 6 columns. I want to make one columns to lookupEdit columns. how can i insert my datasource(datatable or dataset) on lookupeditcolumns. thanks for helping.

Upvotes: 1

Views: 1607

Answers (1)

Davide Piras
Davide Piras

Reputation: 44605

what did you try so far? Usually I use the designer and create the RepositoryItem so it exists in the code. then in my Page Load or Page Init I simply assign the datasource to that RepositoryItem. It's easy :)

Upvotes: 1

Related Questions