J T

J T

  • NA
  • 16
  • 24.5k

How to customize the datagridview with textbox and button

Mar 13 2011 3:56 PM

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)