I work on an enterprise application that has a mix of AngularJS (v1) and NGX (v2+) pages. We employ Kendo UI to construct Grids for list pages in the app.
Recently, we updated the the NGX portion of our application to Angular 12 via these update steps.
After doing so however, the "items per page" text that usually appears at the bottom of the grid next to the page size drop down disappeared from grids that are on AngularJS pages.
I've tried consulting these docs to see how to manually change the pager's messages. For example
<div class="ir-list">
<div kendo-grid="grid" options="gridOptions"></div>
</div>and
$scope.gridOptions = {
.
.
.
pageable: {
messages: {
itemsPerPage: "items per page"
}
}
};should enable the message, but this does not work. Interestingly, other messages such as "empty" and "display" seem to work fine. It's "itemsPerPage" (among others) that seemingly does not. Any reason why this may be happening?
Thanks!
I just started using the new feature to resize images in the editor and it works great! However, we have a need to support fixed size images that cannot be resized by the end user creating documents in the editor. So, can the resize be configured to turn on or off as needed?
Thanks, Bob
Hi,
I was trying to create a custom theme with the Sass ThemeBuilder, but noticed the resulting css file doesn't work correctly with our Kendo version.
For example, the css contains styles for class ".k-treeview-leaf", which is not part of the html created for the TreeView widget.
Is it possible to use the theme builder with earlier versions, and if not, what would be the recommended steps to customize our themes?
Also, can we somehow get the different swatches prebuilt for the base themes (.css and .json -files)? I wasn't able to find them in our release package.
Our Kendo version:
2021.2.511
Best regards,
Antti
Need to perform Undo and Redo of cell changes in the kendo grid (using JQuery) in-cell edit mode. Please share the workaround and possible solution.
Please do the needful.
Thanks,
Irshad
Good morning,
we would need to create a Telerik chart that takes data from a spreadsheet placed on the same page, to expect a real-time update of the chart when editing the spreadsheet.
Is it possible to implement this kind of solution or a variant of it that allows to update the chart as the data in the spreadsheet changes (without reloading the page)?
Kind regards,
Good afternoon
I am trying to amend the code in this article so that I can achieve the following:
1. Ability to remove items from the #newlist once they have been dropped
- I cannot for the life of me get the template functionality to work with the kb code so I must be missing something somewhere.
2. I am also unsure how to stop adding the same item repeatedly to the #newlist.
Any advice or pointers, gladly received.
Hi,
I have an issue related to Gantt Chart column text on language change. I want to see the text in the columns (see attached screenshot) in Spain for example. Is there any way to change column's text dynamically or in another language other than English?
Thanks