Examples
The examples in this section demonstrate use of Platform AJAX APIs.
To access and customize Kendo UI widgets refer - https://docs.telerik.com/kendo-ui/api/javascript/ui/alert.
This provides a common interface to work against different field types, to:
- Get/set field value
- Get Kendo Configuration i.e. getKendoConfig(). Irrespective of whether it is kendoDataPicker or kendoNumericTextBox etc. Kendo way is jqueryObj.data(‘kendoDatePciker’) & jqueryObj.data(‘kendoNumericTextBox’)
- Enable or disable a field
- Show/Hide a field
- Access field JSON data used to render the field
- Access the JQuery object for the field. (instead of running a JQuery selector against DOM which will have performance overhead)