Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
Grid layout, ChildBand addition extremely slow
posted

I have read the available post regarding this issue, and none of the suggestion considerably improve performance.  I am using many (MANY!) child bands.  The child bands are identical in format, and layout.  Essentially, my program loops through my file system and groups certain files into individual child bands.  This is mostly for usability as having the groups separate visually is very convenient and makes acting on these items very easy.  

Performance-wise, this really isn't viable.  Is there another mechanism by with I could achieve the same thing?  I am new to the whole Databand thing.  I've been using Infragistics since around version 4 and am now adapting to the DataBands.  Mostly I would like something like the very poor represantation below

The number of Groups and files in each are unknown at runtime and the grid is built dynamically as conditions are met.

+GROUP1

       File 1

       File 2

       File 3

+Group2

       File 1

       File 2

+Group 3

       File 1

       File 2

       File 3

       File 4 

     

Parents Reply Children
No Data