Hello,
I used the OutSystems Data Grid in my application, and here I want to allow editing of only a select few of the Columns.
How can I achieve this?
Hi Thanos,
You can try configuring this property in your column
Set the property to False and see if it works.
- The Marvel Team
Thanks Marvel Team
Hello Thonas,
If you want to edit some of the selected columns,Then you can edit the properties of Textcolumn widget.In ColumnoptionsConfig you can select Allow edit-true.
I have attached oml for you for your reference.