Completed
Last Updated: 02 Feb 2023 09:39 by ADMIN
Release R3 2022 SP2
Martin
Created on: 11 Oct 2022 07:55
Category: GridView
Type: Feature Request
0
RadGridView: GridViewCellInfoCollection should implement IEnumerable<T>

When you use var, object is assumed. Of course, the object contains a GridViewCellInfo, but you have to cast it first to use one of its members.

The goal is to prevent unnecessary casts.

0 comments