Galina Edinakova
Galina Edinakova
@mddifilippo89 Hi Mike, the simple answer is no. The Tree Grid grouping is not a built-in feature and in general is something we do not want to add to the...
@agoldenbaum Hi Andrew, I am trying to reproduce this with[ this sample](https://codesandbox.io/p/sandbox/github/IgniteUI/igniteui-wc-examples/tree/master/samples/layouts/dock-manager/overview?file=%2Fpackage.json%3A45%2C19&fontsize=14&hidenavigation=1&theme=dark&view=preview) without luck. Can you, please, add some repro steps and ideally a sample where you are able to...
@pmoleri @ig-georgeA Pablo, George, can you, please, did you have a chance to check Marin's explanations above? Let's discuss the issue & decide whether we can leave this as is.
@ChronosSF @kdinev Thoughts?
@igdmdimitrov Currently, changes, made to conditions on a level where there are other sub-query conditions, are immediately propagated, making discarding the parent sub-query impossible: 1. Starting in this state: ...
@igdmdimitrov 1. In the dev demo, expand the inner query 2. Clear the return fields 3. Discard the parent condition Result: The chip shows no return fields. The tree is...
@igdmdimitrov Currently, if I edit a condition in a subquery, it would commit the inner condition only. Nothing happens for the parent condition:  On commit, the result is: ...
An error is thrown on attempting to commit an inner query without conditions:   The result on discard is:  Expected result: The result on commit to be what...
> * If we commit through API an expression with a column of type number without selecting operator the chip looks like the following: > >  > > *...
@igdmdimitrov 1. In the dev demo, modify any existing condition by deleting the search value 2. Exit edit mode on the editor Result: The "commit" button stays enabled. canCommit() returns...