Blazor (client): Support value converters or similar for binding #11084
Labels
area-blazor
Includes: Blazor, Razor Components
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Milestone
Hi,
I'm new to Blazor and have been experimenting with porting an existing application (which is implemented in both WPF & SL).
WPF and SL have ways of formatting values as they pass back and forth in a binding. Notably value converters (IValueConverter), but also StringFormat, TargetNullValue and FallbackValue.
I wondered if there was anything like this available for Blazor (client side) or whether there was any plan to implement something.
I noticed it while trying to bind a nullable type to a Telerik control. The control doesn't support nullable types, although I hope it will. I thought I could have used a converter or possibly a TargetNullValue. I'm sure there are other circumstances where this could be useful.
Thanks.
The text was updated successfully, but these errors were encountered: