29
Views
4
Comments
[OutSystems Data Grid] In DataGrid, multi-select dropdown

I need multi select dropdown for [OutSystems Data Grid] column. Where user can select multiple options to edit that column value. Any solution for this? 

Please find screenshot for reference 

2026-02-16 05-51-10
Sahana K

Hi,Triveni Kapse,
Please refer the below link, it might be helpful for your solution
https://www.outsystems.com/forums/discussion/85026/outsystems-data-grid-multi-select-dropdown-column/

2022-12-30 07-28-09
Navneet Garg

you need to use GridAPI javascript on the grid initialization .

OutSystems.GridAPI.GridManager give you access to inject html in the grid.

https://developer.mescius.com/wijmo/demos/Input/MultiSelect/Overview

https://www.outsystems.com/forums/discussion/88183/how-to-add-a-dropdown-in-a-column/



UserImage.jpg
Jyotsna Deokar

Hi Triveni, If we use javascript then it has few limitations. So instead create action column in datagrid and open popup with Dropdown Tags component.

2025-02-07 09-54-44
Sivasakthi Munusamy

Hi @Triveni Kapse 

you can refer the below forge component, If it helps.

https://www.outsystems.com/forge/component-overview/9357/hi-multi-select-dropdown

Thanks,

sivasakthi

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.