igx-grid batchEdit boolean column always show checkboxes #10966
-
QuestionI am converting some grids from DevExtreme to IgniteUi, where on a per-column basis there is a [showEditorAlways] input on their columns. We are currently making use of this feature for our users to edit boolean values in our grid, without entering the full row edit mode. Is there a way that something similar can be achieved with an ignite grid to always render the igxCellEditor, and be able to edit boolean values with a single click?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Have you explored the option to template the column yourself and add an event handler for the checkbox so that you can then use the Editing API to submit values without the user entering edit mode in the first place? There is some guidance on both of these ideas here: https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/cell-editing Let me know if you encounter or have encountered issues with this approach. |
Beta Was this translation helpful? Give feedback.
-
The samples from the main page are using 13.0.0. The scrolling issue happens with 13.0.8 and higher. See StackBlitz(Code based in sample from @mikerentmeister) https://stackblitz.com/edit/angular-x5qeru |
Beta Was this translation helpful? Give feedback.
Have you explored the option to template the column yourself and add an event handler for the checkbox so that you can then use the Editing API to submit values without the user entering edit mode in the first place?
There is some guidance on both of these ideas here: https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/cell-editing
Let me know if you encounter or have encountered issues with this approach.