Completed
Last Updated: 23 May 2022 08:35 by ADMIN
Release LIB 2022.2.530 (30 May 2022)
Martin Ivanov
Created on: 12 May 2022 13:58
Category: GridView
Type: Bug Report
0
GridView: ArgumentOutOfRangeException when a column filter is updated by the currently selected item
ArgumentOutOfRangeException with the following message is thrown: 'DataGrid_DisplayIndexOutOfRange
Parameter name: displayIndex'

The error appears when the SelectionUnit is Mixed and when you select a row, and then filter the data so that the selected row is in the filtered results. 

To work this around, clear the selection before applying the filters and restore it after this.
0 comments