kpgraci
Active member
I have a datagridview that is bound to a dataset
I added a select button to the grid that is not bound, and I want to add text to it, like 1,2,3,...etc
So the text on the button will not come from the database.
I think I want to gain control when the row is being added (during binding) so I can access the button and change it's text property,
or there may be another way to do this...
How can I do this?
thx
I added a select button to the grid that is not bound, and I want to add text to it, like 1,2,3,...etc
So the text on the button will not come from the database.
I think I want to gain control when the row is being added (during binding) so I can access the button and change it's text property,
or there may be another way to do this...
How can I do this?
thx
Last edited: