agent4125
agent4125
CC#
Created by agent4125 on 5/26/2023 in #help
❔ 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.
12 replies