Hi all,
Is it possible to change during run time text displayed on one particular button which is placed in DataGridView colum. This column type is DataGridViewButtonColumn???
I was trying to do it like that:
VB Code:
Me.DataGridView1.CurrentRow.Cells(1).Value = "hello" Me.DataGridView1.Refresh()
but without result.
Or is it possible to go through all buttons in this column and change it's text depending on for example variables value???
![]()
![]()
![]()
Please help,
sweet_dreams





Reply With Quote