Search Results: "Write with OpenID" "Write post with name/password" slot
- All Results 660
- Guides 151
- Reference 509
- Technical Demos
- Support Center
Optimize Scheduler Performance with Lazy Loading
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
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
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
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
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