Unplanned
Last Updated: 19 Jan 2022 16:06 by ADMIN
Imported User
Created on: 07 Feb 2017 15:45
Category: Kendo UI for jQuery
Type: Feature Request
1
Add displayName to models for localization/validation
All controls which work with Models (validation/grid etc) should recognize displayName instead of field name to allow localization.

Model.define({
     fields: {
              Description: { type: "string", displayName: "Beschreibung", validation: { required: true, maxlength: 200 } },
              Number: { type: "number", validation: { min: 0, max: 300 } }
     }
   });
0 comments