New to Telerik UI for Blazor? Start a free 30-day trial
Upgrade grid from 0.5.0 to 1.0.0
Updated over 6 months ago
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
Createcommand is now calledAdd. - The
Updatecommand is now calledSave. - The
OnCreateevent is now fired when a newly inserted item is saved. Previously, it was fired when the Add button was clicked. - The
OnUpdateevent does not fire for newly inserted items, they are now to be handled through theOnCreateevent.
You can find more details (and samples) on the current way the grid operates in the following articles: