in

All Tags » Columns (RSS)

Browse by Tags

  • Issues with Cols(n).ImageAlign and e.Col

    We are looking at upgrading to C1FlexGrid 2.6.20072.329. During testing, we observed the two issues below: 1. Setting Cols("DEL").ImageAlign = ImageAlignEnum.CenterTop causes rows to increase their heights when .AutoSizeRows(...) is called even when text wrapping is not activated on any of...
    Posted to FlexGrid for .NET (Forum) by rsNickel on 09-06-2007
    Filed under: C1FlexGrid, Columns, ImageAlign, e.Col
  • DataMap on Specific Row and Column

    Using a DataMap is great when every row in a column uses the same data. This is an example of what I've typically used when loading the grid: strSql = "SELECT * FROM Employee ORDER BY FullName " sqlCom = New SqlCommand(strSql) sqlCom.Connection = SQLCon sqlSearch = sqlCom.ExecuteReader...
    Posted to FlexGrid for .NET (Forum) by arockwel on 10-02-2007
    Filed under: C1FlexGrid, Columns
  • Disabled style

    Hi all, is there a chance to show the grid columns to be greyed when the control is set to be disabled? It looks very ugly, when all controls (original .NET textboxes, labels, ...) are greyed out but the C1 controls are not greyed. What am I doing wrong? All the controls lay on a Tab-Control which gets...
    Posted to FlexGrid for .NET (Forum) by hukhuk on 10-06-2007
    Filed under: Columns
  • Add buttons in the whole column

    Hi all, I would like to have a column with button to call some function when clicked. I had read on the forum from this web, but i stil cannot see the button appear? To add a button/ cell button, do i only change the combolist value to "..."? What could be wrong? thanks
    Posted to FlexGrid for .NET (Forum) by Cyber6 on 10-16-2007
    Filed under: C1FlexGrid, Columns, Combo
  • Add buttons in the whole column

    Hi all, I would like to have a column with button to call some function when clicked. I had read on the forum from this web, but i stil cannot see the button appear? To add a button/ cell button, do i only change the combolist value to "..."? What could be wrong?
    Posted to FlexGrid for .NET (Forum) by Cyber6 on 10-16-2007
    Filed under: C1FlexGrid, Columns, Combo
  • Add buttons in the whole column

    Hi all, I would like to have a column with button to call some function when clicked. I had read on the forum from this web, but i stil cannot see the button appear? To add a button/ cell button, do i only change the combolist value to "..."? What could be wrong?
    Posted to FlexGrid for .NET (Forum) by Cyber6 on 10-16-2007
    Filed under: C1FlexGrid, Columns, Combo
  • DataSource Clearing and Flexgrid

    I have a flexgrid that is bound to a datasource ( a simple DataTable ). Its being used in a real time logging system so new rows are being added at around 100ms. I would like the users to be able to move the columns around at will as well as resize the columns at will. The users can start and stop logging...
    Posted to FlexGrid for .NET (Forum) by advancedengine on 03-03-2008
    Filed under: Columns, DataTable, Column Widths
  • Re: FLEXGRID MERGE COLUMNS

    FlexGrid has the ability to "Allow merging." That means adjacent cells with similar values can be merged together if the AllowMerging property is True. This can be done across rows and down columns. _flex.AllowMerging = AllowMergingEnum.Free ' Merge values in column 1. _flex.Cols(1).AllowMerging...
    Posted to FlexGrid for .NET (Forum) by C1_GregL on 08-31-2007
    Filed under: C1FlexGrid, AllowMerging, Merge, Columns
  • Re: FLEXGRID MERGE COLUMNS

    To merge rows AND columns you have to override the GetMergedRange method with an inherited flexgrid control. I attached a sample for you. Hope that helps, Greg L
    Posted to FlexGrid for .NET (Forum) by C1_GregL on 11-30-2007
    Filed under: C1FlexGrid, Merge, Columns, Rows
Page 1 of 1 (9 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2007 ComponentOne LLC All Rights Reserved.