Good afternoon,
So I have created this little example here: http://dojo.telerik.com/Ivipo
The important thing is that I added "min: 1" to the UnitPrice field definition (in the model). So If I test this I must input a value in UnitPrice greater than 0, at least 1 to be valid right? but it is not... it only requires the "ProductName" to have something and then it saves the information... why? am I doing something wrong? did I miss something here?
Could you please tell me where can I find the documentation about the properties that I can define for the "validation" object ?? things like "min" or "required"...
Thanks!