WPF中,telerik:GridView控件,数值列保留两位小数 <telerik:GridViewDataColumn DataFormatString = "{}{0:F2}"/> 同理,当需要保留其它位数的小数时,将 {0:F2} 中的2改成其它的数值。