in

C1 Community

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

Browse by Tags

  • Sorting issue

    I am having difficulty sorting my flexgrid in the appropriate manor. I have a fixed column and 5 non-fixed columns. If I sort, C1FlexGrid1.Sort(SortFlags.Descending, 4) my fixed column is sorted as well. I would like to leave the fixed column un-sorted. For the life of me, I can’t figure this one out...
    Posted to FlexGrid for .NET (Forum) by JALangston on 01-17-2008
    Filed under: C1FlexGrid, AllowSorting, Sorting
  • Multiple Column Sortation

    I've got a flexgrid that I fill as follows: fgCustomers.DataSource = Customers.dtCustomers(); fgCustomers.Cols["CUSTID"].Visible = false; fgCustomers.Col = -1; Afterwards, the user needs to be able to sort based on multiple columns (such as Active, Company, Contact, etc.). It works fine...
    Posted to FlexGrid for .NET (Forum) by iddjoe on 06-27-2008
    Filed under: C1FlexGrid, Columns, AllowSorting, Sorting, VS2008, FlexGrid
  • Re: Sort FelxGrid on Subtotal

    You can't sort on the subtotals using the sort methods provided by FlexGrid. But i've attached a sample that demonstrates an alternative way to do this. It sorts on a hidden column that stores the subtotal values. Regards, Greg L
    Posted to FlexGrid for .NET (Forum) by C1_GregL on 10-01-2007
    Filed under: Subtotal, C1FlexGrid, Sorting
Page 1 of 1 (3 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.