Solved
Filter Data and Remove repeated display of data in dropdown list.
- May 22, 2020
- 1 reply
- 1883 views
Hi ,
So I have a list which I want to act as a filter such that based on my selection the grid displays on those data.For eg.I select company ABC ,only those rows of company ABC are displayed on the screen and when selection is removed it goes back to displaying the full list.
Now I have two Things that share the same company name ABC,and as it is a dropdown it show "ABC" twice in the list.As I have a filtering purpose the name being displayed once is more than enough,so is there a way I can make it display only once so as to reduce extra list rows and improve the UI.
Please refer image for better understanding,also I have bound the dropdown lists and the grid to a thing template which is the base for all the things.

