A quantity of jobs you may want to achieve with the Windows Forms DataGrid control are, unexpectedly, more troublesome than you might expect. Principally, this is because the Windows Forms DataGrid control is column-based, rather than cell-based. As a result, to attain most tasks, you have to work with the columns, not the cells themselves.
DataGridColumns .NET assembly from RustemSoft is a DataGrid Columns Styles software package specifically designed for .NET developers. The assembly allows you to use all strengths of the MS Windows .NET forms DataGrid control without waiving the user interface elements your customers need.
By using the assembly you can create your own set of DataGridColumnStyle objects that defines custom column styles for the Windows Forms DataGrid control and add them to the GridColumnStylesCollection.
ASP DataGridColumns .NET assembly
More about ASPDataGridColumns.dll
Download ASPDataGridColumns.dll
Order ASPDataGridColumns.dll
A column style is an object that defines what the column looks and behaves like, including such things as color, font, and the presence of controls that will handle linked field in a database with the use of a Combo Box, a Check Box and other control. The .NET Framework includes two types of column-style classes by default: the DataGridTextBoxColumn and DataGridBoolColumn classes. DataGridColumns dynamic link library contains the following DataGrid Column Styles:
DataGrid combobox
DataGrid XPButton column Style
DataGrid Memo column Style
DataGrid Button column Style
DataGrid DateTimePicker column Style
DataGrid DateTime Column Style
DataGrid Numeric Column Style
DataGrid Print Class
DataGrid Text Fractions Column Style
DataGrid Check Column Style
DataGrid Label Column Style
DataGrid TextEdit Column Style
DataGrid DomainUpDown Column Style
DataGrid NumericUpDown Column Style
DataGrid Picture Column Style