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
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
Hi @Tanisha Mahendru ,
Could you please share your .oml or paste a link of which component you are tryign to use ?
Thanks,
Vani
Hi
Using Data Grid Web