not possible
you can not add controls in datagridview cell
so, you should go with some
third party controls
e.g
telerik, devExpress
else use
table layout panel it will give look like table (not grid)
but you can manually code it in manner that it work as gridview.
hope it help
Happy Coding!
