I am using xamldatagrid and i have two issues.
1. I want to show all decimal places when the column is double
2. I want to remove (items 2, items 3) when the column is grouped
Any ideas how can I do these??
Thank you
Hello,
Thank you for your post. I have been looking into your requirement and I created a sample project for you with the functionality you want. Basically I created a Style for the XamNumericEditor and set its Mask Property to a Mask that shows 5 numbers after the floating point, but you can increase this number. Also when you group by some Filed, the second and third Fields are hidden in the Groups. Please let me know if this is what you want to achieve or you need further assistance on this matter.
Looking forward for your reply.