Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Formatting date/Number DataGridColumn #159

Closed
FrancescoCosta78 opened this issue Sep 22, 2021 · 0 comments
Closed

Formatting date/Number DataGridColumn #159

FrancescoCosta78 opened this issue Sep 22, 2021 · 0 comments

Comments

@FrancescoCosta78
Copy link

Buonasera, il parametro stringformat non funziona con una risorsa static ?
example:

This work:
<dg:DataGridColumn Title="Data" PropertyName="Data"
Width="85" StringFormat="{}{0:dd/MM/yyyy} " />

This not work:
xmlns:tool="clr-namespace:MyApp.Tool"
...
<dg:DataGridColumn Title="Data" PropertyName="Data"
Width="85" StringFormat="{}{0: {x:Static tool:RS_Globali.rs_gFormatoData} } " />

Has anyone had the same problem?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant