I have a drop down list and I am using remote data as data source for drop down and I am binding Organisation column as data source. Now my requirements are as below.
1. I want to show unique values in drop down.
2. Remove empty items.
3. I want to add auto complete option in drop down.
Let me know if this is possible or not. If yes the how can I achieve it?
Thanks.