91
Views
3
Comments
Solved
[OutSystems Data Grid Web] Set Read only to rows of data grid
outsystems-data-grid-web
Web icon
Forge asset by OutSystems
Application Type
Traditional Web

Hi Everyone,

As we know there is one property i.e Editable in data grid. I need to take one condition on the basis of that I need to mark it as editable/not editable.

I have tried with If condition but not successfully implemented.

Is there any other way to do ?

Thanks

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

Hi @Tanisha Mahendru 

In the OutSystems Data Grid components, there's no low code representation for rows, only for columns. With this in mind, columns are composed of cells that are also part of rows. So, in order to make them read-only you can simply set at the column block level the input "Editable = False" that is available for all column types:

Cheers,
GM 

2021-07-21 10-26-16
Vani Mankad

Hi @Tanisha Mahendru ,

Could you please share your .oml or paste a link of which component you are tryign to use ?

Thanks,

Vani


2022-04-15 04-42-41
Tanisha Mahendru

Hi 

Using Data Grid Web

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

Hi @Tanisha Mahendru 

In the OutSystems Data Grid components, there's no low code representation for rows, only for columns. With this in mind, columns are composed of cells that are also part of rows. So, in order to make them read-only you can simply set at the column block level the input "Editable = False" that is available for all column types:

Cheers,
GM 

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