New to Telerik UI for Blazor? Download free 30-day trial

Upgrade grid from 0.5.0 to 1.0.0

Environment

Product Grid for Blazor

There are some changes in the events and API of the Telerik Blazor Grid component between the 0.5.0 pre-release version and the 1.0.0 official version. We made them in order to provide better functionality, consistency and semantics of the way the component works.

Here is a list of the changes:

  • The Create command is now called Add.
  • The Update command is now called Save.
  • The OnCreate event is now fired when a newly inserted item is saved. Previously, it was fired when the Add button was clicked.
  • The OnUpdate event does not fire for newly inserted items, they are now to be handled through the OnCreate event.

You can find more details (and samples) on the current way the grid operates in the following articles:

In this article