26
Views
2
Comments
[OutSystems Data Grid] OutSystems Data Grid (ODC) - No option having the DropdownColumn with AllowEdit True
Question
OutSystems Data Grid
Forge asset by OutSystems

Hi all,

In ODC, I'm using Outsystems DataGrid.

I was doing some experiments, trying to use a dropdown column.

The thing is, I'm only able to get the dropdown working if I set the option "AllowColumnEdit"  In the Grid it self as True.

but this resulted in all the grid fields being editable, which was not the behavior I expected.

So by default, I would have this option set as False and then on the dropdown column have this:


Because if on the Grid I have the option "AllowColumnEdit"  as False, even if I have the dropdowncolumn AllowEdit as true, I won't get the dropdown options.


best regards

Fabio Santos

2025-07-22 10-30-27
Mandar Deshpande

Hi @Fábio Santos 

One workaround could be:

You can set the entire Grid to AllowColumnEdit = true and set AllowEdit = false for all the columns except the dropdown.

Can you try this

2022-11-12 11-28-30
Gonçalo Martins
Staff

Hi @Fábio Santos 

Could you please share with the community what you have tried so far (by sharing a sample oml) and where you are having your struggles, so any help the community can provide can be more targeted and avoid spending time that's not needed for lack of information being shared?

Cheers,
GM

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