IgniteUI / igniteui-blazor

Ignite UI for Blazor component library packs 35+ native Blazor UI Controls with 60+ high-performance Charts designed for any Blazor WASM or Server-side app scenario.
https://www.infragistics.com/products/ignite-ui-blazor
3 stars 3 forks source link

Support for binding System.Data.DataTable to IgbGrid #121

Open eapbokma opened 4 months ago

eapbokma commented 4 months ago

I would like to use IgniteUI for my Blazor application, but I cannot use the IgbGrid without DataTable support. My application makes heavy use of them. I am used to the support and flexibility of UltraWinGrid for Window Forms and expected a similar level of support.

I would like to be able to assign a DataTable object to the Data property of an IgbGrid, or use an adapter class to help transform the DataTable into a usable data source for the grid.