Search Results: "Write with OpenID" "Write post with name/password" slot

Optimize Scheduler Performance with Lazy Loading

Guides

If the performance of a Scheduler component suffers due to a high number of appointments, you can lazy load the data as necessary. Modify your back-end API to accept queries with time limit parameters. For example, the query appointments?startDate=01-01-2024&endDate=01-07-2024 should only return events within the specified time window. Create a customStore that can pass extra arguments

Overview

Guides

scrolling on most platforms, except desktops. To employ it on all platforms without exception, assign true to the useNative property. Note that if you assign false to this property, the ScrollView

Overview

Guides

Features Input-Based Search Configure search settings to search within SelectBox items. Selection Users can select items from a drop-down list. You can handle the selection. Data Binding to Various Sources

Getting Started with TagBox

Guides

whether to display the multi-tag without ordinary tags. This property is not demonstrated in this tutorial. Refer to the following demo to see it in action: Tag Count Limitation. Drop-down list

Control the Behavior

Guides

By default, the TagBox closes the drop-down list immediately after a user selects an item from it. Therefore, the user has to open the list again if he/she wants to select another item. To enable the user to select multiple items without reopening the list, set the applyValueMode property to "useButtons". In this case, the list is not closed until the user clicks the OK button. To make multiple