How to bind combo box in data grid, in .net winforms?
i am developing billing software using .net win application. so i need 开发者_开发技巧to bind combo box in grid column1, column2.
how can i do that?
Guess (if I understand you): Set the ColumnSpan Property of the ComboBox to 2.
精彩评论