Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ferdossi

Pages: [1]
1
Bug Report / Treegrid filtering
« on: March 28, 2021, 03:33:52 am »
Hi,
Consider a Treegrid with this column:

- [ ] 1- AA

- [ ] 2 ---BB abcd

- [ ] 3 ---BB efgh

Line 1 is the parent node of two others.
Start using the filter by typing abcd, the result will be as exptected, line 3 disappears:

- [ ] 1- AA

- [ ] 2 --- BB abcd

Select line 2,

Expected:
As line 3 is not selected (because it's hidden by the filter), the parent node 1 should be half selected (the dash, not the tick)

Actual:
The parent node 1 is fully selected, at this point if you remove the abcd filter, line 3 will re-appear checked, which is not the expected behavior

Pages: [1]