Dear Dojo,
I am trying to implement in a script a filter on the existing list showed on second photo. The filter I want to implement you can see it on the first photo
Can you please give me an example on how to implement a filter in script list ?
Thank you for your time and I am waiting for your response.
Best regards,
Catalin
Hi Catalin,
As an alternative to using those UIBlocks directly, you could use the IAS Toolkit. It's a handy framework that allows for cleaner code, hides the UIBlock logic and offers some major advantages such as eventing. To achieve the desired effect you could use the DropDown widget and set the IsDisplayFilterShown property to true.
There is a small tutorial available on DOJO on how to get started with it.
Thank you, I will take a look!