I have modified the kendo grid popup editor example to have min:0.01 and step:0.01 as one penny is the minimum currency unit. However, this causes the browsers based price validation to fail when you enter '9.88'. '9.87' works fine, but it really doesn't like '9.88' - it displays 'Unit price is invalid'.
I have created a repro case here:
http://dojo.telerik.com/aTaRE
Just edit any of the entries in the grid (in the pop-up editor) and change the Unit Price to 9.88. This is in the chrome browser if it makes a difference.
Cheers, Paul.
UnitPrice: { type: "number", validation: { required: true, min: 0.01, step:0.01} },I have created a repro case here:
http://dojo.telerik.com/aTaRE
Just edit any of the entries in the grid (in the pop-up editor) and change the Unit Price to 9.88. This is in the chrome browser if it makes a difference.
Cheers, Paul.