50
Views
8
Comments
How to Create a Suggestion Dropdown for an Input in DataGrid?

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



UserImage.jpg
Ankur Manekar

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 .

2024-06-11 16-02-22
Nguyen Ngoc Nam

thanks for your reply, but it is not what i meant

I am using on Datagrid

2026-01-20 16-37-33
José Teixeira
Champion

Hi,

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?


Best regards,

José Teixeira

2024-06-11 16-02-22
Nguyen Ngoc Nam

Have you ever used Datagrid on Forge before ?
I need to make dropdowns on datagrid, not the default table

2023-02-20 05-20-57
Nam Nguyen

Hi,

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/purejs

Cheers,
Nam

2024-10-19 11-15-19
Sazid

@Nguyen Ngoc Nam - Did you find any solution? 

2024-06-11 16-02-22
Nguyen Ngoc Nam

I write Javascript for this :D 

2024-10-19 11-15-19
Sazid
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.