The core library should provide a kendo.parseBoolean function such as kendo.parseInt and kendo.parseFloat etc. With such a function, e.g. Configuration settings from AppSettings.config can be conveniently parsed.
Locked columns can only be on one side of the Grid. In Kendo Grid, is it possible to have locked columns on the left and right side. For Eg: my grid has like 20 columns and i want to lock first few columns to the left side and also lock the custom commands column on the right side of the grid.
Hi.
I make kendo grid which has pageable: {pageSizes: true, pageSize: 10} options.
After $("#grid").data("kendoGrid").setDataSource(dataSource), pageSize is changed NaN.
even setOptions() is not working.
$("#grid").data("kendoGrid").setOptions({
pageable: {
pageSizes: true,
pageSize: 10,
}
});
This is sample code.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Kendo UI Snippet</title>
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2020.2.617/styles/kendo.default-v2.min.css"/>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2020.2.617/js/kendo.all.min.js"></script>
</head>
<body>
<div id="grid"></div>
<script>
let dataSource =new kendo.data.DataSource({data:[{ productName: "Tea", category: "Beverages" }]});
$("#grid").kendoGrid({
columns: [
{ field: "productName" },
{ field: "category" }
],
dataSource: [
{ productName: "Tea", category: "Beverages" },
{ productName: "Coffee", category: "Beverages" },
{ productName: "Ham", category: "Food" },
{ productName: "Bread", category: "Food" }
],
pageable: {
pageSizes: true,
pageSize: 10,
},
});
$("#grid").data("kendoGrid").setDataSource(dataSource);
$("#grid").data("kendoGrid").setOptions({
pageable: {
pageSizes: true,
pageSize: 10,
}
});
</script>
</body>
</html>
Hi Team,
I'd like to request a component which would be a real-time clock/timer.
Thank you!
When we do some pages just like register, we need step by step, a smart wizard plugin will be useful.
http://docs.telerik.com/kendo-ui/framework/templates/overview#template-syntax Comment requires double slash // var result = template(data); /Pass the data to the compiled template
1)I have configured drop-down(list) for the values in the cell of spread sheet.
2)Scroll bar is not coming in that drop down list.
3)Due to which if list is big ,it is going out of sheet.
4)Please see the screenshot attached to see the issue.
5)Kindly reply.
I'm resurrecting this on the suggestion of Todd Anglin. An earlier request for this feature was declined because modern browsers include spell check. However, there are many use cases where this is no use. In my particular case I need: - Spell Check to work in IE8 - Custom (and programmatically accessible) dictionaries - The ability to programmatically turn spell check on/off on a field by field basis
Hi,
Every widget that supports control of visibility configuration uses "VISIBLE", but when using MVVM to control HTML objects it is: data-bind = "invisible: someThing" . This IMHO is inconsistent, counterintuitive, and adds complication. If you are controlling the visibility of a mix of Kendo and HTML objects on the same bit of data, you need to duplicate it with a negated version or resort needlessly to templating logic. Maybe I'm missing something but this seems like a no-brainer.
Thanks,
Will Dougherty
Hy,
in the editor i need this feature:
image: resize, crop, flip and filter
Thanks,
João Duarte
HY,
i need a or advanced and user friendly tablet edit and format (for example: cell context menu for formatting, multi cell select for formatting and merge, and so on )
( i want replace all external editor in my application for the Kendo Editor, but i need more user friendly table and image format/edit functionality, some like the other WYSIWYG editor (ChkEditor, TinyMCE,...) )
Nice feature will we the document format with text flow ( like google docs), so i can do a document in a A4 page size and flow text over the pages.
Thanks
It would be great to have such controls as webparts/widgets to place in a dashboard where we could move them around the screen to reorder how data is presented with option to save/retrieve the layout from a persistent source. In the dashboard the functionality would be to define a layout where we could add/remove, change position the widgets (like in dropthings or pageflakes). The widgets would contain controls like Kendo Grid or DataViz controls to display information. That would be a killer feature.
I had an issue with PDF export from browsers on mobile device. Initially had issue with CSS attribute whitespace: pre-wrap, which was fixed in the newer version of kendo 2016 Q2, however, I still had an issue with Firefox on mobile. Official supports for "some" browsers on mobile devices and documentation (e.g. what browsers are supported etc) would be very appreciated.
export kendo UI grid with kendo footer templates and aggregates results. then no need to use other tool for making report in excel.
One of the important features of any grid based pages is the ability to export the grid data in various formats. It's what is keeping me now from replacing all of the Datatables in my app with Kendo grids.The table Tools plugin for datatables is a great example, providing pdf, csv and excel exports all with aggregates, grouping and basic formatting options. I;m hoping the next release has at least csv and/excel exporting options. Please also consider a UI column show/hide feature, again, similar to datables plugins. I know the Kendo grid will eventually have all of this, but the sooner the better for those of us looking to move projects built with beta products (datatables) with more features to Kendo UI. Thanks!
Greetings Please add this feature (Persian Calendar) into a valuable package Thanks to the team