views:

52

answers:

1

I'm using the DevExpress LookupEdit control in my C# application. How do I remove the selected item from the LookupEdit?

+1  A: 

You need to remove the item from the underlying DataSource.

SLaks
@SLaks : thanks for the answer.
Vyas