Blazor Grid Examples with IgbGrid Component Implementation#1
Draft
Blazor Grid Examples with IgbGrid Component Implementation#1
Conversation
Co-authored-by: dkamburov <1182001+dkamburov@users.noreply.github.com>
Co-authored-by: dkamburov <1182001+dkamburov@users.noreply.github.com>
Co-authored-by: dkamburov <1182001+dkamburov@users.noreply.github.com>
Co-authored-by: dkamburov <1182001+dkamburov@users.noreply.github.com>
…ed code Co-authored-by: dkamburov <1182001+dkamburov@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add Blazor Grid examples based on Angular samples
Initial Blazor Grid Examples with Financial Portfolio implementation
Feb 6, 2026
Collaborator
|
…kage Co-authored-by: dkamburov <1182001+dkamburov@users.noreply.github.com>
Author
Replaced the custom HTML table with IgbGrid component from IgniteUI.Blazor.Trial NuGet package (v25.2.38). Also removed all web components dependencies (igniteui-webcomponents and igniteui-webcomponents-grids) from the project. Changes in commit 084101e:
|
Co-authored-by: dkamburov <1182001+dkamburov@users.noreply.github.com>
Copilot
AI
changed the title
Initial Blazor Grid Examples with Financial Portfolio implementation
Blazor Grid Examples with IgbGrid Component Implementation
Feb 6, 2026
Collaborator
|
@copilot seems that you haven't imported the theme for the grid |
…lazor Co-authored-by: dkamburov <1182001+dkamburov@users.noreply.github.com>
Author
Fixed in commit 86e24d2. The issue was that the static assets path needed to be The grid now displays with proper IgniteUI styling including column headers, filter icons, and proper table formatting. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Implementation Summary: IgbGrid with Proper Theme
Successfully replaced custom HTML table with IgbGrid component and fixed the theme import to properly style the grid.
Changes Made ✅
Theme Fix (Latest Commit):
_content/IgniteUI.Blazor.Trial/to_content/IgniteUI.Blazor/_content/IgniteUI.Blazor.Trial/to_content/IgniteUI.Blazor/themes/grid/light/bootstrap.cssPrevious Changes:
<table>with IgbGrid componentGrid Configuration
Screenshots
Before (No Theme):

After (With IgniteUI Grid Theme):

Features
Technical Notes
The IgniteUI.Blazor.Trial package uses
IgniteUI.Blazoras its BasePath for static web assets, notIgniteUI.Blazor.Trial. This is defined in the package's static web assets manifest.Static Asset Mapping:
IgniteUI.Blazor.Trial_content/IgniteUI.Blazor(without .Trial suffix)themes/grid/light/bootstrap.cssfor grid-specific stylingNote
Using IgniteUI.Blazor.Trial package which includes trial watermark overlay. Commercial license required for production use.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.