How can you change or remove the default icon (little "15" calendar thing) in the xamgrid date column?
Hello Nick,
The xamGrid control uses the generic Silverlight DatePicker . You can create a new style for the DatePicker control and add it as a resource in your page (or as a xamGrid resource) without Key name. In this way the new style will be applied to the xamGrid DatePicker-s.
You can see the following link for more information about DatePicker Styles and Templates:
https://msdn.microsoft.com/en-us/library/cc278067(v=vs.95).aspx
I have attached a sample demonstrating customized DatePicker button.
Sincerely,