How do I use DataGridColumnStyle
.NET (Core and Framework)
1
Posts
1
Posters
5
Views
1
Watching
-
.NET provides a DataGrid object that can be used to format data for WinForm applications. Unfourtunately it only supports 2 column type: TextBox and CheckBox. I'd like to include the ComboBox, Button and Image controls. All I need to do is create a new class that inherits from DataGridColumnStyle. But this is not documented and seems to be a bit complicated. Does anyone have experience with this sort of requirement?