Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
http://i.stack.imgur.com/KIhUB.png

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?
Posted
Updated 6-Jul-15 23:10pm
v3

1 solution

Yes,

you can add a button column to your grid and make a form which contains the list you want. and select the Id and pass it with a simple static field which is shared between your forms.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900