Hi everyone,
I'm currently working on a project using OutSystems, and I need some help. I want to add a suggestion dropdown for an input field within a DataGrid. The idea is to provide users with a list of suggestions as they type into the input field like this
Could anyone guide me on how to implement this feature? Any tips, tutorials, or example modules would be greatly appreciated.
Thank you in advance for your assistance!
Best regards,
Nam Nguyen
Hi,
I got your query, last project I used one forge component which is "Multiselect dropdown"
https://www.outsystems.com/forge/component-overview/7337/multi-select-dropdown-multi-selector-o11
its a simple one,
1) you must have to install "multiselect dropdown" by given link set that on you outsystems screen
2)set all properties with there priorities
3)set onchange and apply logic according to your need. for example ->
please reach me if you have any difficulty .
thanks for your reply, but it is not what i meant
I am using on Datagrid
Would using a Search dropdown inside the cell work? Something like this:
This was just a test done in a couple of minutes, just to exemplify the concept, do you think this would fit what you're trying to achieve?
José Teixeira
Have you ever used Datagrid on Forge before ?I need to make dropdowns on datagrid, not the default table
There is a built-in widget for drop down.
https://outsystemsui.outsystems.com/OutSystemsDataGridSample/DropdownColumn
If this is not what you are looking for, I guess you need to build it your own. Grid is built base on Wijimo.
Check https://developer.mescius.com/wijmo/demos/Grid/Columns/DynamicDataMaps/purejsCheers,Nam
@Nguyen Ngoc Nam - Did you find any solution?
I write Javascript for this :D
Could you possible share Javascript :)