Hello Socrates, Thank you for sharing the sample. It looks like, this issue is caused due to the CssClass property applied to Price column under 'BoundDataField' and 'Header' element. Please update or remove the CssClass as shown below in order to get this working.
Hope this helps. Please let me know if you have any questions.
Sincerely,
Swetha
<
ig:BoundDataField DataFieldName="ProductPrice" Key="ProductPrice" DataFormatString="{0:c}" Hidden="False">
<Header Text="Price" />
</ig:BoundDataField>