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
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
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!
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.