Hi,
I have a listgrid that uses the setSelectionProperty method.
The issue I am running into is when I clear a filter on the grid, the fields that are supposed to be selected are not even though they are marked as `true` with the setSelectionProperty set.
Is this a bug or does setSelectionProperty() not support filtering?
-Zhene
I have a listgrid that uses the setSelectionProperty method.
The issue I am running into is when I clear a filter on the grid, the fields that are supposed to be selected are not even though they are marked as `true` with the setSelectionProperty set.
Is this a bug or does setSelectionProperty() not support filtering?
-Zhene
Comment