Hi team,
Seems that since release 2022 R1 SP2, I can see a weird behaviour clicking the clear button (cross) in multiselect. It opens the popup options list before clearing the values.
https://dojo.telerik.com/aGikiDam
Please advise.
Regards,
Laurent
Hi All,
We have developed one application using AngularJS to retrieve data using API and display it in the grid. It works fine but if data is large then it takes time so you want to show the first 1000 data first then fetch the next 1000 data in the background and update in the kendo grid.
If anyone has a sample please send it to me.
Waiting for a reply.
Thanks!
hi,
Does Kendo UI for jQuery have a report component?
Looking at the function introduction, there is no report component.
But I see that they use Kendo UI for report, so I am confused and hope to get your answer.
thank you.
xingyu
I have three related questions:
Can spreadsheet cell comments from the tool bar be added to the context menu.
If not, can a custom function be added to the context menu.
When you update a cell comment using the comment control from the menu bar, is there an event either at the cell level or comment dialog level that can be captured. From what I can see so far, not of the widgets on the menu bar have events that can be captured. Is that correct?
I'm using $("#spreadsheet").kendoSpreadsheet() to create a spreadsheet with a toolbar where I have only certain options of the toolbar available. In general, doing this is very straight forward but one of the options I want is "comment". It's on the Toolbar if you don't specify which options you want, but when you do, it does not seem to be available. Am I doing something wrong here. Even the documentation does not list it as an option.
This is straight from the spreadsheet ui documentation:
toolbar - API Reference - Kendo UI Spreadsheet | Kendo UI for jQuery (telerik.com)
The following list indicates the available tools. The tools which are part of a tool group are defined as an array. For example ["bold", "italic", "underline"]
.
open
exportAs
cut
, copy
, paste
]bold
, italic
, underline
]backgroundColor
, textColor
borders
fontSize
, fontFamily
alignment
textWrap
formatDecreaseDecimal
, formatIncreaseDecimal
]format
merge
freeze
filter
I'm using a kendoTreeList control initializing via javaScript we are providing complete hierarchy of data in control data source property.
It has been observed when data is having third level of hierarchy, we are facing a rendering issue(taking too much time) while it is working fine 1 or 2nd level.
how can we handle this issue if we are not using lazy-loading and on-demand loading.
Need suggestions how to improve Performance for TreeList Rendering.