
How to override the default messages used by Telerik controls
A simple way to to override the default message that Telerik Blazor controls use for "No data" in a grid, "Select value" in a dropdown and so on
A personal Blazor blog.
Showing posts from 2025.

A simple way to to override the default message that Telerik Blazor controls use for "No data" in a grid, "Select value" in a dropdown and so on

How to add a custom 404 page to a Blazor app that allows both server-side and WASM rendering

Having struggled for a while trying to load claims when pulling users from the database, I rediscovered really easy way to do this

How to find out what s going wrong when you get an exception from AutoMapper, and it doesn't tell you the problem

A few examples of my rather poor experience with Copilot

Why my uploaded images weren't being displayed in my Blazor app, and how I got around the problem, learning something new along the way.
![Microsoft.EntityFrameworkCore.Model.Validation[10625] The foreign key property 'ShortlistItem.ShortlistId1' was created in shadow state because a conflicting property with the simple name 'ShortlistId' exists in the entity type](/images/25-01-06-shadow2.jpg)
Having struggled with EF Core adding shadow properties for navigation relationships, I finally found out what it's doing and (more importantly) how to fix it.