© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
11 replies
agent4125

❔ Binding question for winforms DataGridView

All the examples I can find show how to bind to a row object that has fixed properties such as:

row.name
row.price
row.phone

I can't find how to bind when the properties are accessed like this:

row["name"]
row["price"]
row["phone"]

Any help appreciated! Thanks.
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

WinForms DataGridView complex binding
C#CC# / help
2y ago
Update DataGridView in Winforms doesnt work
C#CC# / help
3y ago
✅ Winforms redraw question
C#CC# / help
2y ago
Winforms DataGridView issue when setting column header text
C#CC# / help
4y ago