Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Blazor Server] Grid does not trigger rendered event #144

Open
mddragnev opened this issue Nov 13, 2024 · 0 comments
Open

[Blazor Server] Grid does not trigger rendered event #144

mddragnev opened this issue Nov 13, 2024 · 0 comments
Assignees
Labels
🐛 bug Something isn't working

Comments

@mddragnev
Copy link
Member

Description

The grid does not trigger rendered event when used in Blazor server application.
NOTE: This is not reproducible in Blazor WASM

Steps to reproduce

  1. Open the attached sample and debug it:
    IgniteIgbGridSample2.zip

  2. Add a breakpoint in onGridRendered method

  3. Go to FetchData page

Result

The breakpoint is not hit. The grid rendered event is not fired

Expected result

The grid rendered event should be fired.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants