2
Views
4
Comments
Solved
How to Bind data at rumtime with combobox
Question
Hello,

I have two Combobox First is for my Items which contains my Items Entity based on selection I have to fill the Data into Second combobox but I am not able to bind that collection to my Second Combobox
Can anyone please help me how can I achive this funcationality in outsystems.
2018-05-16 11-16-36
João Heleno
 
MVP
Solution
Hi Dhaval,

take a look a this example: https://www.outsystems.com/forge/component/697/how-to-use-cascade-dropdowns/


2017-07-05 18-13-21
Tiago Neves
Hi Dhaval,
If I understood correctly, you want to use onchange property of the 1st combobox with an action as destination.
On that action you refresh (ajax refresh) the 2nd combobox widget.
UserImage.jpg
Dhaval Patel
Hello Tiago,

Thanks for your reply I want to bind the datasource of second combobox on onchange event that's it, can you please let me know how can i do it?
2018-05-16 11-16-36
João Heleno
 
MVP
Solution
Hi Dhaval,

take a look a this example: https://www.outsystems.com/forge/component/697/how-to-use-cascade-dropdowns/


UserImage.jpg
Dhaval Patel
@Joao Heleno: Perfact !!!! Thanks Buddy !!!! :)
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.