Component | Properties and notes |
Grid | A grid component similar to the grid provided with the pre-defined Data-Grid view. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Note: Row selection has no function except to invoke the Row Select Event for each selected row. ![]() ![]() ![]() ![]() ![]() ![]() ![]() The code for these event functions must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
List View | A list component that presents data for display and editing from the records of a selected data source based on separate display and edit templates. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Note: Item selection has no function except to invoke the Select Event for each selected item. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() The code for these event functions must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
templateFunction: function(data) { var template = kendo.template("<div id='box'>#: Name #</div>"); var result = template(data); //Passing the data to the template return result;} |
Component | Properties, events, and notes |
Auto Complete | A text box that automatically suggests options for a value based on the user's typed input. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() The code for these event functions must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Boolean Radio Button List | A radio button set with two possible boolean values (true or false). ![]() ![]() ![]() ![]() ![]() ![]() The code for this event function must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Check Box | A box that displays with a check mark or empty, depending on the boolean value of the component. ![]() ![]() ![]() ![]() ![]() ![]() The code for this event function must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Combo Box | This component binds to both a data source instance and a model to display a list of values that the user can both select and edit. ![]() ![]() ![]() ![]() ![]() Note: To build cascading combo boxes, you must ensure that the data sources of the combo boxes are related. Kendo UI Builder extracts this relationship from the JSDO catalog of the data provider. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() The code for these event functions must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Currency Text Box | A specialized version of a text-box for currency. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() The code for this event function must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Date Picker | A specialized drop down component that allows you to select a date value from a drop down calendar. ![]() ![]() ![]() ![]() ![]() ![]() ![]() The code for this event function must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Date Time Picker | A specialized drop down component that allows you to select a date and time value from a drop down calendar. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() The code for this event function must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Disabled Text Box | Use the disabled text box to display read-only text. ![]() ![]() ![]() |
Drop Down List | This component binds to both a data source instance and a model to display a list of values that the user can select. ![]() ![]() ![]() ![]() ![]() ![]() Note: To build cascading drop down lists, you must ensure that the data sources of the drop down lists are related. Kendo UI Builder extracts this relationship from the JSDO catalog of the data provider. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() The code for these event functions must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Editor | A customizable HTML editor. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() The code for this event function must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Email Text Box | A specialized version of a text-box for e-mail addresses. ![]() ![]() ![]() ![]() ![]() ![]() ![]() The code for this event function must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Integer Text Box | A specialized version of a text-box for integer values only. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() The code for this event function must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Label | A label for another Blank view component. ![]() ![]() |
Masked Text Box | A specialized version of a text-box that supports an input mask. ![]() ![]() ![]() ![]() ![]() ![]() ![]() The code for this event function must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Numeric Text Box | A specialized version of a text-box for numeric values only. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() The code for this event function must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Password Text Box | A specialized version of a text-box for passwords. ![]() ![]() ![]() ![]() ![]() ![]() The code for this event function must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Percent Text Box | A specialized version of a text-box for percent values only. Use this when the percent values in the database must be multiplied by 100 before appending the % symbol for proper display (e.g., the database value of 0.256 will be displayed as 25.6%). ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() The code for this event function must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Percent Value Text Box | A specialized version of a text-box for percent values only. Use this when the percent values in the database only need the addition of the % symbol for proper display (e.g., the database value of 25 will be displayed as 25%). ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() The code for this event function must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Phone Text Box | A specialized version of a text-box for phone numbers. ![]() ![]() ![]() ![]() ![]() ![]() The code for this event function must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Radio Button List | A radio button set with multiple values based on the instances of a specified field in the data source result set. This component binds to both a data source instance and a model to provide field values for the buttons in the list. The selected button represents the value of the specified field from the corresponding record. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() The code for these event functions must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Slider | A rich input component for selecting numeric values. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() The code for these event functions must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Text Area | A multi-line version of a text box. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() The code for these event functions must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Text Box | A general purpose text box. ![]() ![]() ![]() ![]() ![]() ![]() ![]() The code for these event functions must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Time Picker | Allows users to select a time value from a predefined time drop-down menu or to enter a new time value. ![]() ![]() ![]() ![]() ![]() ![]() ![]() The code for these event functions must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Url Text Box | A specialized version of a text-box for URLs. ![]() ![]() ![]() ![]() ![]() ![]() ![]() The code for these event functions must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Component | Properties and notes |
Area Charts | Charts that plot one or more series of item values as the area under a line plotted along the item points for each series. The line and area for each item series gets a distinguishing color. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Note: The user can identify a corresponding series in the chart by clicking its legend key, which alternately removes and re-inserts its plotted line and area in the chart. ![]() ![]() ![]() {0:D} See http://docs.telerik.com/kendo-ui/framework/globalization/numberformatting and http://docs.telerik.com/kendo-ui/framework/globalization/dateformatting for more information on number and date formatting options, respectively. ![]() ▪ Angle: The angle of rotation for displaying the increment values. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() {0:D} See http://docs.telerik.com/kendo-ui/framework/globalization/numberformatting and http://docs.telerik.com/kendo-ui/framework/globalization/dateformatting for more information on number and date formatting options, respectively. ![]() ▪ Angle: The angle of rotation for displaying the category values. ![]() ![]() ![]() ![]() ![]() ![]() {0:D} See http://docs.telerik.com/kendo-ui/framework/globalization/numberformatting and http://docs.telerik.com/kendo-ui/framework/globalization/dateformatting for more information on number and date formatting options, respectively. ![]() ![]() ![]() ![]() ![]() ![]() ![]() The code for these event functions must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Bar Charts | Charts that plot one or more series of item values as either horizontal bars or vertical columns (depending on the chart type) plotted along the item points for each series. The bar or column for each item series gets a distinguishing color. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Note: The user can identify a corresponding series in the chart by clicking its legend key, which alternately removes and re-inserts its plotted bars or columns in the chart. ![]() ![]() ![]() {0:D} See http://docs.telerik.com/kendo-ui/framework/globalization/numberformatting and http://docs.telerik.com/kendo-ui/framework/globalization/dateformatting for more information on number and date formatting options, respectively. ![]() ▪ Angle: The angle of rotation for displaying the increment values. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() {0:D} See http://docs.telerik.com/kendo-ui/framework/globalization/numberformatting and http://docs.telerik.com/kendo-ui/framework/globalization/dateformatting for more information on number and date formatting options, respectively. ![]() ▪ Angle: The angle of rotation for displaying the category values. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() {0:D} See http://docs.telerik.com/kendo-ui/framework/globalization/numberformatting and http://docs.telerik.com/kendo-ui/framework/globalization/dateformatting for more information on number and date formatting options, respectively. ![]() ![]() ![]() ![]() ![]() ![]() ![]() The code for these event functions must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Donut Charts | Charts that plot one or more series of item values as segments of one or more concentric donuts, where each donut plots items for a single series. The segments for each item series therefore occupy one of the concentric donuts. The size of each segment in a given donut occupies space that is sized relative to the item value it represents in that series. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Note: The user can identify a corresponding segment in the chart by clicking its legend key, which alternately removes and re-inserts the plotted segment in the chart. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() {0:D} See http://docs.telerik.com/kendo-ui/framework/globalization/numberformatting and http://docs.telerik.com/kendo-ui/framework/globalization/dateformatting for more information on number and date formatting options, respectively. ![]() ![]() ![]() ![]() ![]() ![]() ![]() The code for these event functions must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Line Charts | Charts that plot one or more series of item values as a line plotted along the item points for each series. The line for each item series gets a distinguishing color. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Note: The user can identify a corresponding series in the chart by clicking its legend key, which alternately removes and re-inserts its plotted line in the chart. ![]() ![]() ![]() {0:D} See http://docs.telerik.com/kendo-ui/framework/globalization/numberformatting and http://docs.telerik.com/kendo-ui/framework/globalization/dateformatting for more information on number and date formatting options, respectively. ![]() ▪ Angle: The angle of rotation for displaying the increment values. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() {0:D} See http://docs.telerik.com/kendo-ui/framework/globalization/numberformatting and http://docs.telerik.com/kendo-ui/framework/globalization/dateformatting for more information on number and date formatting options, respectively. ![]() ▪ Angle: The angle of rotation for displaying the category values. ![]() ![]() ![]() ![]() ![]() ![]() {0:D} See http://docs.telerik.com/kendo-ui/framework/globalization/numberformatting and http://docs.telerik.com/kendo-ui/framework/globalization/dateformatting for more information on number and date formatting options, respectively. ![]() ![]() ![]() ![]() ![]() ![]() ![]() The code for these event functions must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Pie Charts | Charts that plot item values from one or more series as slices of a single pie. The size of each slice is relative to the item value it represents in its series. Note: The space constraints of a single pie make this chart most appropriate for plotting a single item series at one time. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Note: The user can identify a corresponding slice in the chart by clicking its legend key, which alternately removes and re-inserts the plotted slice in the chart. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() {0:D} See http://docs.telerik.com/kendo-ui/framework/globalization/numberformatting and http://docs.telerik.com/kendo-ui/framework/globalization/dateformatting for more information on number and date formatting options, respectively. ![]() ![]() ![]() ![]() ![]() ![]() ![]() The code for these event functions must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
templateFunction: function(data) { var template = kendo.template("<div id='box'>#: Balance #</div>"); var result = template(data); //Passing the data to the template return result;} |
Component | Properties and notes |
Calendar | A graphical calendar that supports navigation and selection. ![]() ![]() ![]() ![]() ![]() ![]() The code for these event functions must be included in the file, application-folder\app\src\modules\module-folder\view-folder\controller.public.js. See Kendo UI Builder by Progress: Modernizing OpenEdge Applications for more information about extensions and event functions. |
Component | Properties and notes |
Image | Enables you to add images. Supported file extensions include BMP, JPG, GIF, and PNG. You can either specify the location of an image file using the Source property or specify a data model. When you specify a data model, you also specify a field in the data model that contains an image binary. Doing this updates the image when the data model is updated. This is useful in cases where, for example, your view contains a data grid and you want the image updated when a user selects a row in the data grid. ![]() ![]() ![]() ![]() ![]() ![]() |
Component | Properties and notes |
Custom HTML | A custom component defined using valid HTML. ![]() |