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
4
Product 1
5
Product 3
9
Services
Service1
Service2
Service3
Note: 2 types have more fields that might be different but have to display only common fields
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
Here is the sample