Relative Content

Tag Archive for angularag-gridag-grid-angular

AG Grid copy past but disable cell edit

we implemented a grid that allows copy paste from excel for multiple rows. It works great if you only “Click once” so that you are not editing the individual cell. But we noticed allot of users will double click into the cell and when they try and paste it puts everything in that one cell. This page is meant for a bulk copy paste section of rows only and no edit of cell values beyond that. Is there a way to disable entering the cell but still allow for copy paste? Thanks everyone!

Angular Agrid Delete Sede

‘ve tried to add a button delete on my aggrid tabel, but when i click on it, none method was called, why ?

For Ag grid, when define rowclick(), the other cell which defined as celleditor has dropdown list, the dropdown list can not be shown

I worked with Angular 17. Ag Grid 31.
My requirement is that, I need to define section to display as row. And click the section, the data below the section would disappear.
And the data contains dropdown list, if I defined row click function, then the dropdown list would not appear when I click the cell. How can I fix this issue.
And when I define any function for cell click, the dropdown list would not appear as well.