Open finaris-cs opened 1 year ago
Which exact Vaadin version are you using? This issue was introduced by some changes on Vaadin Grid in https://github.com/vaadin/flow-components/pull/4902 but it was reverted in Vaadin 24.0.6.
24.0.5, i will upgrade then, ty
Affected Version: 3.0.1 / Vaadin 24.0
=> The first row remains visually selected even though its is not selected according to model or selection event (see status line in example below grid) The code below can be used for reproduction. Calling a refreshAll() on the grid's data provider can be used as workaround to let the wrong selection disappear
My expectation would be that the grid handles this internally.