The jQuery Kendo Map component is not functioning as expected in Firefox version 126.0. Specifically, the map cannot be moved or panned, which is a critical functionality for our application.
Thank you for your attention to this matter.
Inside Adobe PDF viewer, for a PDF that exported from my Kendo App Grid,
the DOCUMENT PROPERTIES says:
PDF Producer: Kendo UI PDF Generator
PDF Version 1.4
Is this the latest?
I have downloaded the newest version of kendo ui 2024.2.514 and downloaded the @progress/kendo-svg-icons seperately. I am having an issue with getting the icon to render properly I tried importing using "import * as svgIcons from './@progress/kendo-svg-icons/dist/index.js';" fixed the error of forbidden access. I believe the issue is when related to the import of svgIcons.
If someone could point me in the right direction that would be great.
I have a Kendo UI jQuery grid (2022.2.802) that may have hundreds of rows. Two columns in each row need to be editable dropdownlists. After the user has finished making all of their edits, they will click a button on the page to submit their changes. I don't want an API call every time a user changes something. I want them to actively click a submit button. The data source is a local JavaScript array of objects. I tried just using the template to create the dropdown lists, but due to the number of rows, this slows down the page load too much. I also don't want them to have to click in the cell twice to open the dropdown list. I would prefer that they just click in the cell and it immediately opens the dropdown. How do I solve these issues?
Here is a Dojo with my attempt but it isn't quite working:
https://dojo.telerik.com/@dojolee/EJUBijuN
Hi,
I created a heatmap with custom color combination like the code below. My question is, how can I translate it as legend? Thank you.
function createChart() {For the KendoForm jQuery control, how do I control the forms method and action attributes.
Does the form default to sending the e.model ?
I don't see any attributes to change the method [get or post,] nor the action url.
var kGrid = jGrid.kendoGrid({
dataSource: {
transport: {
read: {
url: Main.rootUrl(""),
dataType: "json"
}
}
},
scrollable: false,
columns: [
{ field: "Field1", template: template1 },
{ field: "Field2", template: template2 },
{ field: "Field3", template: template3 },
],
dataBound: function (e) {
/* code */
}
}).getKendoGrid();
Inside a 'tr' of 'k-detail-row' this code is rendering table with empty 'td' of 'k-hierarchy-cell' class and 'td' of 'k-detail-cell' with above grid. How can I remove the 'td' element with k-hierarchy-cell class which is empty.
like it says, I have an application that absolutely needs the END_DATE highlighted on the YEAR view.
The start date is meaningless - we need to see only the end dates.
Got to be some way to modify the code to use the other date.
Where can I do this?
Thx
J
