in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.
All Tags » Sorting (RSS)

Browse by Tags

  • Sorting in a FlexGrid

    Hello everyone, I've recently had some problems while sorting rows in a FlexGrid component. I've got 3 columns: An Id -Cols(0) , a description - Cols(1) and a sequence Cols(2) columns. I've also joined two buttons (up-down) to move items up or down in the grid. I did binf my grid to a DataTable...
    Posted to FlexGrid for .NET (Forum) by pgagnon on 09-11-2007
    Filed under: Sorting
  • Owner Draw and Sorting Tree View.

    Hi Flexgrid Gurus, I'm trying to create a grid view where there are grouping (done after the data table is bound to the grid), and conditional formatting of data which are done in the Grid's Owner Draw Event. I also need to allow user to Sort the column within the grouping (raw data from the...
    Posted to FlexGrid for .NET (Forum) by dan.ng@Encompass-Technologies.com on 09-21-2007
    Filed under: Subtotal, DataTree, AllowSorting, Sorting
  • 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
  • FlexGrid sorting throws off bound data

    Hello, I have my FlexGrid bound to a DataTable. I am able to edit, add and remove columns without issue. But once I start sorting on any of the columns all of the functionality gets screwed up. For example, after sorting, if I try to add a new row it will append to the top of the FlexGrid if in ascending...
    Posted to FlexGrid for .NET (Forum) by lterry on 01-25-2008
    Filed under: Sorting, FlexGrid
  • Sorting unbound and datamap columns in a bound flexgrid

    Hi all, i use bindingSource, which i bind to flexgrid (its datasource). one of bound columns has datamap defined, which convert IDs, stored in that column, to proper text. i also have one unbound column (manually added in code), where i do some calculations (via flexgrid's getunboundvalue event handler...
    Posted to FlexGrid for .NET (Forum) by paarothefinc on 02-13-2008
    Filed under: Sorting, Unbound, FlexGrid, datamap
  • 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 (7 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.