3
Answers

How to customize the datagridview with textbox and button

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)