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
90
Need to display two different list one Wingrid
posted

Need to display two different list of bellow displayed type on one Wingrid in one band . Grouping by category and showing only distinct list.

This might have nothing to do with grid just wondering if its anyway possible. I know the other way is to create a new common list and have groupby on it.

Product

Name

Type

Site

Quantity

Product1

Type 1

1

2

Product2

Type 2

2

4

Product 1

Type 1

2

5

Product 3

Type 1

1

9


Services

Name

Type

Site

Quantity

Service1

Type 1

1

2

Service1

Type 1

2

4

Service2

Type 2

2

5

Service3

Type 2

1

9

Note: 2 types have more fields that might be different but have to display only common fields

  • 53790
    posted

    Hello deepti,

    Maybe there are few posiible options to solve this task.

    Option 1: You could use Outlook Group By functionality in our UltraGrid. Please take a  look at the atatched sample for more details.

    Option 2: You could use UltraTree, where your DataSet contains two tables (Products and Services), by this way you could acheive desire look and feel. Please take a look at the screenshot where I made similar sample using UltraTree

    Option 3: You could try UltraGrid with multiple bands.

     

    Please let me know if you have any questions.

    Regards