Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I've drag a grid control and make a SqlDataSource for it. I can fill data for first column, it's easy because it's text and all I need is enter Field Name. But for second column, it's repositoryItemSearchLookUpEdit and I can't do this. Each row of this control is not same value, example:
--- row 1 column 2 (a, b, c)
--- row 2 column 2 (d, e, f)
How can I do that?

P/S: I use windows form with C# and DevExpress 15.1. Thank you so much!

What I have tried:

I've search google for a few days but I can't do anything
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900