github radzenhq/radzen-blazor v11.5.1
11.5.1

3 hours ago

11.5.1 - 2026-09-27

Improvements

  • ODataQuery translates ToString() in filters. A number, Guid or bool (or its nullable) is sent as cast(Member,Edm.String), so a search such as p.Year.ToString().Contains(search) works; an enum's ToString() compared with a value (Contains, StartsWith, EndsWith, ==, Equals, with or without ToLower/ToUpper) becomes a comparison with the members whose names match, for example Status eq 'Open' or Status eq 'Pending'. Dates and [Flags] enums still throw NotSupportedException with a message naming what to use instead.

Don't miss a new radzen-blazor release

NewReleases is sending notifications on new releases.