161
Views
3
Comments
[OutSystems Data Grid] How to make allow edit only to added rows
outsystems-data-grid
Reactive icon
Forge asset by OutSystems
Application Type
Reactive
Service Studio Version
11.54.16 (Build 62588)

Hello

Suppose that I have Data Grid with AllowColumnEdit = False, then I add some new rows using AddNewRows. How to make allowing edit only to the added new rows ?

Thank you,

Itqon


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

Hello @Itqon 

That use case is not supported in the Data Grid with a lot of custom Js - even because the concept of being edited is not at the row level but at the Data Grid and at the Column levels.
Usually, for that scenario (even from a UX point of view) you should have a popup to input and save the information for the new entry and once it's on the Grid it will remain as read-only.

Cheers,
GM

UserImage.jpg
Dhineshkumar B

Hi @Gonçalo Martins ,
Could you suggest some ideas for differentiating newly added cells from existing cells?
If you have any, please share them with me, as it would be helpful. 
Thank you! 

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

Hi @Dhineshkumar B 

AFAIK there's no way to achieve that but feel free to check Wijmo's Flexgrid documentation to understand if the library allows that use case and, if so, how.

Cheers,
GM

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