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
Hi,Triveni Kapse,Please refer the below link, it might be helpful for your solutionhttps://www.outsystems.com/forums/discussion/85026/outsystems-data-grid-multi-select-dropdown-column/
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/
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.
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