## 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](https://github.com/user-attachments/files/17735278/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.