Implementing Custom Methods In RADZEN BLAZOR PART 1

In this video, I demonstrate two ways by which custom methods can be implemented in RADZEN BLAZOR. They are:-

  1. By implementing the method in the code behind file of a RADZEN BLAZOR page.
    2.By adding additional methods to the database service file generated by RADZEN.

Source code and starting SQL SERVER query file can be downloaded from GitHub - benjaminsqlserver/CustomRadzenBlazorMethodPart1

2 Likes