Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2035-V100-KryptonDataGridView-ColumnDesigners-are-incomplete-or-missing #2036

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ namespace Krypton.Toolkit
/// <summary>
/// Hosts a collection of KryptonDataGridViewComboBoxCell cells.
/// </summary>
[Designer(typeof(KryptonComboBoxColumnDesigner))]
//[Designer(typeof(KryptonComboBoxColumnDesigner))]
[ToolboxBitmap(typeof(KryptonDataGridViewComboBoxColumn), "ToolboxBitmaps.KryptonComboBox.bmp")]
public partial class KryptonDataGridViewComboBoxColumn : KryptonDataGridViewIconColumn
{
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ namespace Krypton.Toolkit
/// <summary>
/// Hosts a collection of KryptonDataGridViewDateTimePickerCell cells.
/// </summary>
[Designer(typeof(KryptonDateTimePickerColumnDesigner))]
//[Designer(typeof(KryptonDateTimePickerColumnDesigner))]
[ToolboxBitmap(typeof(KryptonDataGridViewDateTimePickerColumn), "ToolboxBitmaps.KryptonDateTimePicker.bmp")]
public class KryptonDataGridViewDateTimePickerColumn : KryptonDataGridViewIconColumn
{
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ namespace Krypton.Toolkit
/// <summary>
/// Hosts a collection of KryptonDataGridViewDomainUpDownCell cells.
/// </summary>
[Designer(typeof(KryptonDomainUpDownColumnDesigner))]
//[Designer(typeof(KryptonDomainUpDownColumnDesigner))]
[ToolboxBitmap(typeof(KryptonDataGridViewDomainUpDownColumn), "ToolboxBitmaps.KryptonDomainUpDown.bmp")]
public class KryptonDataGridViewDomainUpDownColumn : KryptonDataGridViewIconColumn
{
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ namespace Krypton.Toolkit
/// <summary>
/// Hosts a collection of KryptonDataGridViewMaskedTextBoxCell cells.
/// </summary>
[Designer(typeof(KryptonMaskedTextBoxColumnDesigner))]
//[Designer(typeof(KryptonMaskedTextBoxColumnDesigner))]
[ToolboxBitmap(typeof(KryptonDataGridViewMaskedTextBoxColumn), "ToolboxBitmaps.KryptonMaskedTextBox.bmp")]
public class KryptonDataGridViewMaskedTextBoxColumn : KryptonDataGridViewIconColumn
{
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ namespace Krypton.Toolkit
/// <summary>
/// Hosts a collection of KryptonDataGridViewNumericUpDownCell cells.
/// </summary>
[Designer(typeof(KryptonNumericUpDownColumnDesigner))]
//[Designer(typeof(KryptonNumericUpDownColumnDesigner))]
[ToolboxBitmap(typeof(KryptonDataGridViewNumericUpDownColumn), "ToolboxBitmaps.KryptonNumericUpDown.bmp")]
public class KryptonDataGridViewNumericUpDownColumn : KryptonDataGridViewIconColumn
{
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ namespace Krypton.Toolkit
/// <summary>
/// Hosts a collection of KryptonDataGridViewTextBoxCell cells.
/// </summary>
[Designer(typeof(KryptonTextBoxColumnDesigner))]
//[Designer(typeof(KryptonTextBoxColumnDesigner))]
[ToolboxBitmap(typeof(KryptonDataGridViewTextBoxColumn), "ToolboxBitmaps.KryptonTextBox.bmp")]
public class KryptonDataGridViewTextBoxColumn : KryptonDataGridViewIconColumn
{