3
Answers

[WPF] Format column text for showing percentage

Roberto Salemi

Roberto Salemi

9y
1.6k
1
Hi,

in one column of my DataGrid I show percentage values.

From database, I get the number:

- in view, I would concatenate the char "%"

- in edit, the user add his value and when mouse leaves cell automatically is concatenated the char "%"

How can I implement it?

Thanks.
Answers (3)