Kendo UI for jQuery
Effortlessly guide users to any data point with the Kendo UI for jQuery Grid “scroll to item” available with the 2024 Q4 release. Whether it needs to initially display a specific row or to auto-navigate based on certain triggers or user actions, the scrollToItem() method makes it easy to deliver intuitive user experiences.
In a scrollable Grid case, the ID of the data item is passed to the scrollToItem() method, while in a virtual scrolling case, when the row is not yet loaded, the ID of the data item is passed and a callback function to the scrollToItem() is triggered.
See the jQuery Grid Scroll to Item demo
The latest enhancements to the Kendo UI for jQuery Charts include:
Having a CSP-compliant Kendo UI for jQuery Spreadsheet component enhances the security of your web applications by supporting adherence to Content Security Policy (CSP) standards. By implementing CSP, you can control which resources are allowed to load and execute within your applications, helping you to effectively mitigate risks associated with vulnerabilities.
Тhe Progress® Kendo UI® for jQuery Data Grid enables you to toggle its editing capabilities programmatically by using the disableEditing and enableEditing methods. Check out our demo to see how to empower users to change the grid editing mode by selecting a value from DropDownList and toggle the editing capabilities by using the toolbar Switch button.
See the jQuery Grid Toggle Edit Mode demo
Тhe Kendo UI for jQuery PivotGridv2 now enables you to easily export its content to Microsoft Excel. Additionally, you can utilize the excelExport event to further customize the exported file.
- Support for jQuery 4.0.0 Beta
- Auto-correct for Date Inputs (DateInput, DatePicker, DateTimePicker, TimePicker, NumericTextBox components)
- TabStrip component—on demand tabs
- Data Grid Export to Excel—hyperlink support