We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The grid does not trigger rendered event when used in Blazor server application. NOTE: This is not reproducible in Blazor WASM
Open the attached sample and debug it: IgniteIgbGridSample2.zip
Add a breakpoint in onGridRendered method
onGridRendered
Go to FetchData page
The breakpoint is not hit. The grid rendered event is not fired
rendered
The grid rendered event should be fired.
The text was updated successfully, but these errors were encountered:
dkamburov
No branches or pull requests
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
Open the attached sample and debug it:
IgniteIgbGridSample2.zip
Add a breakpoint in
onGridRendered
methodGo to FetchData page
Result
The breakpoint is not hit. The grid
rendered
event is not firedExpected result
The grid
rendered
event should be fired.The text was updated successfully, but these errors were encountered: