Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DataGrid] Add Format attribute to DataGridColumn #490

Closed
stsrki opened this issue Jan 10, 2020 · 0 comments · Fixed by #711
Closed

[DataGrid] Add Format attribute to DataGridColumn #490

stsrki opened this issue Jan 10, 2020 · 0 comments · Fixed by #711
Labels
Type: Feature ⚙ Request or idea for a new feature.
Projects
Milestone

Comments

@stsrki
Copy link
Collaborator

stsrki commented Jan 10, 2020

Example

<DataGridColumn
    TItem="Employee"
    Field="@nameof( Employee.Salary )"
    Caption="Salary" 
+    Format="C">
@stsrki stsrki added the Type: Feature ⚙ Request or idea for a new feature. label Jan 10, 2020
@stsrki stsrki added this to the 0.9 milestone Jan 10, 2020
@stsrki stsrki added this to Backlog in Development via automation Jan 10, 2020
@stsrki stsrki moved this from Backlog to To do in Development Jan 14, 2020
@stsrki stsrki moved this from To do to In progress in Development Apr 9, 2020
@stsrki stsrki closed this as completed Apr 9, 2020
Development automation moved this from In progress to Done Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature ⚙ Request or idea for a new feature.
Projects
Development
  
✔ Done
Development

Successfully merging a pull request may close this issue.

1 participant