DataGrid - Render Event no longer triggering when filtering or moving pages

Since 2.15.11 of the Radzen.Blazor NuGet package, applying filters on a column of the DataGrid component does not trigger the "Render" event. Is this an intentional change?

In addition I've noticed this morning, as of this version onward, moving pages does not trigger the "Render" event either. I suppose the two are linked. Being able to execute code off the back of page transitions or filters was useful, could this functionality be restored?

Have you found a solution to this?

The Radzen developers have fixed it in the latest release. The Render event triggers again on page transitions and filters.