TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Bineesh Viswanath
1.3k
424
43.3k
Need help to populate value into SearchLookUpEdit control
Sep 5 2019 1:53 AM
Hello All,
I am currently doing a winform project. In that, I am using DevExpress SearchLookUpEdit control to display values.
I can able to fill values from database into this control and able to insert the value member(editvalue) from the control.
But there is an issue while I fetching value based upon the Id. Means when trying to edit the value.
When I click on gridview row, those values need to load into the SearchLookUpEdit. This functionality is not working for me.
I am using multiple SearchLookUpEdit controls in my forms. Here is the code.
srchlkpSite.Properties.ValueMember = "ID";
srchlkpSite.Properties.DisplayMember = "Name";
srchlkpSite.EditValue = dr["ID"].ToString();
srchlkpBuliding.Properties.ValueMember = "BID";
srchlkpBuliding.Properties.DisplayMember = "Building";
srchlkpBuliding.EditValue = dr["ID"].ToString();
Reply
Answers (
0
)
Cascading Drop Listings
error code for Unable to read data from the transport conn..