Support CellSelectionModel in Composite Editor Component #1987
Closed
wscherphof
started this conversation in
Ideas
Replies: 1 comment 13 replies
-
Without looking at the code, I think that the main reasons it is required is because of
So the question is what have you tried with your bypass? The Update Selected surely wouldn't work without Row Selection Model, maybe the Update All would be ok and I'm not entirely sure about Edit Current Row. So I wonder what you tried so far? |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, this line in the
hasRowSelectionEnabled()
function:slickgrid-universal/packages/composite-editor-component/src/slick-composite-editor.component.ts
Line 1008 in a4a481c
I'm using the CellSelectionModel (and want to keep using it), and managed to get the Composite Editor to work by setting
{ enableRowSelection: true }
just before callingopenDetails()
.Would it be an idea to loosen the constraints in
hasRowSelectionEnabled()
function?Beta Was this translation helpful? Give feedback.
All reactions