Completed
Last Updated: 01 Jun 2020 09:40 by ADMIN
Release LIB 2020.2.601 (06/01/2020)
Martin Ivanov
Created on: 18 May 2020 10:22
Category: GridView
Type: Bug Report
0
GridView: NullReferenceException when rows are grouped by null value and a row is moved to another group

When you have rows grouped by null value and you try to move one of the rows to another group, a NullReferenceException is thrown.

This is reproducible only when DataView is used as ItemsSource of RadGridView.

To work this around, avoid using null values. Or avoid using DataView.

0 comments