Results 1 to 3 of 3

Thread: Microsoft Hierarchical FlexGrid control sorting

  1. #1

    Default Microsoft Hierarchical FlexGrid control sorting

    Anyone have any experiance with the Microsoft Hierarchical FlexGrid control?

    After reading of it's sort capabilities, I'm wondering if I wouldn't be better off sorting the record set via SQL (more flexable) then repopulating the control vs sorting it in the control itself?

    The end users will be specifying various column combinations to sort by.

    Thanx!

  2. #2
    Administrator richard.binning's Avatar
    Join Date
    2001-05
    Location
    In the foothills of the appalachians
    Posts
    2,258

    Default Re: Microsoft Hierarchical FlexGrid control sorting

    Hi Darren,

    Interesting thought. How many records, rows, cells will you be filling?
    Rows are considerably slower than columns for deleting and adding new records.
    If you are only filling 1000 then you probably won't notice a difference, fill 10000 or more and I think you'll be able to start seeing some performance drops.

    If you're not averse to 3rd party controls, you might look into the Sgrid control from vbaccelerator.

    RLB

  3. #3

    Default Re: Microsoft Hierarchical FlexGrid control sorting

    Thanx for the reply Richard as well as the tip on vbAccelerator.

    I usually try to avoid third party controls but in this case it would be ok except that I don't think this control is going to give me the dispaly I'm really looking for which is similar to this format...

    [img]ftp://ftp.mcwi.com/pub/misc/flexgrid.gif[/img]

    Each row will have 17 colums with the last 3 colums allowing for multiple entries per row in a hierarchial fashion list above.

    Based on what you know of SGRID would this be possible? Being that SGRID only spports run time design, I'd rather not invest the time into figuring out it's display possibilities if somwone else knows off the top of their head.

    Thanx!

Similar Threads

  1. Sorting Parameters
    By francisco.alvarado in forum Revit Architecture - General
    Replies: 3
    Last Post: 2010-08-18, 03:58 PM
  2. Methods used to control drawing quality control?
    By tedg in forum CAD Management - General
    Replies: 20
    Last Post: 2006-08-02, 03:57 PM
  3. Layer Sorting
    By kool_rider in forum AutoCAD General
    Replies: 3
    Last Post: 2005-03-01, 05:42 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •