using button in datagridview text box column

340 views Asked by At

enter image description here

as you can see in above picture i want to have a datagridview by spacial column which have a button at left side.

Users can both type values in the text box or click the button to select value from a list.

when users click the button a new form appears below the selected cell. is there any way to create any thing like this in C# windows form application?

1

There are 1 answers

0
Nam Bình On

Didn't tried but maybe this can help you out: https://msdn.microsoft.com/en-us/library/7tas5c80(v=vs.100).aspx

Ps: Maybe create an context menu or something like a hotkey look easier ?