3 buttons in a datagridview cell
Windows Forms
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, i have a datagridview which shows a datatable per bindingsource. Now i want to make in every row three buttons in the last cell to give my users the possibility to delete, edit or print the row. Is this possible ? I want 3 buttons in one cell, not three columns. the Buttons should be little icons. thanks so far jogi
-
Hello, i have a datagridview which shows a datatable per bindingsource. Now i want to make in every row three buttons in the last cell to give my users the possibility to delete, edit or print the row. Is this possible ? I want 3 buttons in one cell, not three columns. the Buttons should be little icons. thanks so far jogi
have a look at this Datagridview Button Columns