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.