3
Answers

How to customize the datagridview with textbox and button

Ask a question
J T

J T

13y
4.8k
1

Goal:
Create a customized datagridview that contain one button, one textbox and två regular texts:

Sex    Delete      age          Country
-----------------------------------------
text    (button)   (textbox)   text

Problem:
Having problem to specify the button and textbox to the right column.

I tried improving the source code based on this link

//JT


Answers (3)