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
625
Flattening the .Bands Of An UltraGrid....
posted

I have a Grid that is bound to a 'banded' datasource.  Is there any (easy) way to go from the nested/banded data into a single band or 'flat' data? 

  • 469350
    Verified Answer
    Offline posted

    No, there's really no easy way.

    Depending on your data source, you might be able to modify it by implementing ITypedList.

    You might be able to use Unbound columns in the grid that you populate in code.

    Another method would be to use an UltraDataSource and load the data on-demand.