DataGridView - Add any controls to a cell
-
hello, can i somehow add to a datagridview cell other controls? i know that i can set the type of the column(combobox, checkbox, ...) my proplem is to show a datetimecontrol in a cell (or in the cells of a column) and so i asked me if there is a general solution to create such a column or cell which contains any control thnx
-
hello, can i somehow add to a datagridview cell other controls? i know that i can set the type of the column(combobox, checkbox, ...) my proplem is to show a datetimecontrol in a cell (or in the cells of a column) and so i asked me if there is a general solution to create such a column or cell which contains any control thnx
i think you have to derive your own datagrid column class from the ones already available and add the control you want. I think there are plenty of tutorials around to show how to achieve this with a combobox.