Closed poonai closed 10 months ago
Could you describe the problem, current behaviour and expected behaviour?
This should look like this:
The it.First() returns false when first selector in SelectorPoints / SelectorRanges does not contain any rows even though the next point selectors have valid rows.
The it.Last() returns false when the last selector in SelectorPoints / SelectorRanges does not contain any rows even though the prev selectors have valid rows.
The iteration is over prematurely resulting in not iterating through all selected rows.
All rows selected are iterated.
Could you describe the problem, current behaviour and expected behaviour?