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
DanielV
NA
1
0
DataGridView (windows Forms) - Master/Details
Aug 23 2006 8:10 AM
Hi,
I'm using a DataGridView Control and I want to add an unbound column (text or combobox) to display a list of details depending on the value contained in another column.
How can I reference the content of a specific column on the same row to filter what should appear in the details' list?
I'm trying to use something like this:
myUnboundColumn.Datasource = MyClass.GetdetailsForID(....);
but what to put to refer to another value on the same row?
Thank you very much in advance for your help!
Cheers,
Daniel
Reply
Answers (
0
)
Hide '+' sign in DataGrid 2.0
How to append text to a TextBox into new line.