in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

Browse by Tags

  • Editing issue with CheckBox using StartEditing method

    We are using NUnitForms framework for Gui testing. But when we want to use the StartEditing method, the CheckBox Editor is always Null. We also use DataType bool in the column. _grid.Cols[0].DataType = typeof(bool); Here is the example of our StartEditing usage: private bool EditingCell<EditorType>...
    Posted to FlexGrid for .NET (Forum) by calyonfo on 01-31-2008
    Filed under: C1FlexGrid, Editor, FlexGrid, NUnit
  • Re: Editor over Grid

    Here's an idea: you can use a label and modify it when you set up the editor. Add a label to the form (label1), make it look like your grid (backcolor, font color, etc), then set visible = false. private void tdbPlayList_SetupEditor( object sender, C1.Win.C1FlexGrid. RowColEventArgs e) { TextBox...
    Posted to FlexGrid for .NET (Forum) by C1_GregL on 11-14-2007
    Filed under: C1FlexGrid, Editor
  • Re: DataMap on Specific Row and Column

    >> However, how do you handle rows that have different combobox data for the same column? You can accomplish this if you use a combo box control as the column editor. You could have multiple combo boxes each bound to a different dataset and customize which rows get which combo box for column X...
    Posted to FlexGrid for .NET (Forum) by C1_GregL on 10-04-2007
    Filed under: C1FlexGrid, C1Combo, Editor
  • Re: .NET slow compared with VB6

    Have you tried using a combo box as the dropdown? ComponentOne has a C1Combo control that allows you to easily bind it to a data source and it can have multiple columns like a list or a grid. Then you can simply set the C1Combo as the column editor for any column in your FlexGrid. I've attached a...
    Posted to FlexGrid for .NET (Forum) by C1_GregL on 09-21-2007
    Filed under: C1FlexGrid, C1Combo, Editor
Page 1 of 1 (4 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.