Databinding generic lists to Infragistics Webgrid
Generics are awesome. I’ve noted a few reasons before (see the warm fuzzy blanket of type safety), so I won’t go into detail. For some reason, however, some generics are better than others.
On one of our selection pages, I defined a generic list which contains the type ModuleViewData
List<moduleviewdata>
. ModuleViewData is a [...]