I'm trying to do a excel type filtering for a list of items on the front end. I was able to do it for a text field using data.fieldName but how can this be done for a list of objects? Here is the syntax:
({
field: "nationalProductId", title: "National Product", values: data.getCachedData(`api/nationalProducts/getDropDown/${sotSummary.region}`), width: 250, filterable: {
multi: true, itemTemplate: () => {
`<form><label style='padding-right: 8px'>#= data.nationalProductId|| data.all #</label><input type='checkbox' value='#= data.nationalProductId#'/></form>`;
}
}
}),
In the above nationalProductId is a text value pair list of objects with a count of 9. When executing the code, I get a list of 9 checkboxes that are all undefined. The value of each checkbox = undefined. Is there a way to get the list of values in my filter?
How to add a tool tip to the category label on axis in a chart?
I need multi tooltips always show in the page, and the tooltips will hide only when users click close icon of the tooltips.
but tooltips will hide when click other elements in the page, how to prevent this ?
Following is my code and screenshot.
<div class="point" title="A">1</div>
<div class="point" title="B">2</div>
<div class="point" title="C">3</div>$('.point').kendoTooltip({
position: "top",
width: 200,
autoHide: false,
showOn: "click",
hide:(e)=>{
console.log(e)
e.preventDefault()
}
})
const $allEl = $(`.point`)
for(let i=0;i<$allEl.length;i++){
const $this = $allEl.eq(i)
$this.data('kendoTooltip').show($this)
}
Hello,
I am having a problem with deleting sheets from a spreadsheet. I am presented with a modal asking me 'Are you sure you want to remove this sheet?' but with no options.
Has anyone ever run into this and, if so, how did they deal with it? I thought it might have been a styling thing, but I've commented out tons of CSS and I'm not getting any options.

https://dojo.telerik.com/@kjvjung/ExuQikak
uid data is integer!!!!!!!!!!!!!!!
but grid's result is not integer.
how to resolve?
Thank you.
Hi Telerik,
I'm using Kendo TileLayout in Jquery.
The requirement is to have RTL support inside Tilelayout component and fixing bug issue about RTL resizing and reordering in jquery.
You have solution in angular but we need in kendo UI jquery.
Is there a way to apply it?
Please help me do it
Thanks !
Hi,
Can I set different shapes for different task types? E.g. hexagon or circle.