The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I've made my own custom collection (vb.net - using Inherits System.Collections.CollectionBase), I'd like to bind the collection to the grid, is that possible? The documentation seemed to make me believe so, but I couldn't find any sample code, other than based on datasets.
ADAdministrator Syncfusion Team June 20, 2003 06:05 PM UTC
It should be no problem to assign your collection to GridDataBoundGrid.DataSource and the grid will then pick up the collection.
One requirement is that in your derived collection class you need to have a strongly typed indexer/Item property.
There are some samples under DataBound\Hierarhical that bind to a custom colletcion.
Stefan