Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
75 views

I am trying to remove an item from a Kendo UI Combobox in a for loop but it won't remove the item from the Combobox. Any idea's on what the issue could be? Thanks Here is the code that I am using if (!...
Chris's user avatar
  • 3,179
-1 votes
0 answers
56 views

I am running into an issue with the kendo.ui.progress, sometimes when i run it i have to put all my code into a setTimeout so the progress will show...Is there another way that I can get it show ...
Chris's user avatar
  • 3,179
0 votes
0 answers
34 views

I’m using KendoReact DatePicker ("@progress/kendo-react-dateinputs": "^9.5.0",). When typing a date manually, month and day work fine. But for the year, only the first digit is ...
Anna P's user avatar
  • 1
0 votes
0 answers
23 views

I have data like this: [ { "Category": { "CategoryID": 1, "CategoryName": "Beverages", "Product": [ ...
alexandr2006's user avatar
0 votes
1 answer
48 views

I have a kendo grid on an MVC site with several integer columns, and I am using a row filter. The problem is that when you enter a number in the filter, it shows up with commas and two decimal places. ...
ShawnO's user avatar
  • 1
0 votes
1 answer
37 views

I am working on angular kendo grid. my requirement is to show couple of columns as rows. The api response provides six fields with corresponding value, I need to show four fields as columns and the ...
Ben's user avatar
  • 3
0 votes
1 answer
65 views

I'm currently using the kendo-contextmenu (@progress/kendo-angular-menu v15.3.0.) component in an Angular application, and I'm binding menu items dynamically using the [items] input. I would like to ...
Arnold Sandi's user avatar
-1 votes
1 answer
88 views

I just updated my projects to use the latest Kendo UI JQuery 2025 Q2 release. Unfortunately, now all of the dropdown lists with a search box display "Filter" in the search area. Without ...
Lee's user avatar
  • 420
0 votes
1 answer
44 views

In my project I need to create two kendo-numerictextbox and each one needs to show different locale. Example: Textbox1: 1.234,56 (Belgium comma decimal separator) Textbox2: 1,234.56 (United State dot ...
Calango's user avatar
  • 165
-1 votes
1 answer
47 views

I am working on a project which contain multiple textarea (Kendo editor). I want to set character limit to each textArea. I have tried achieve that using max length , setting keyDown and focus event ...
SachinD's user avatar
  • 11
0 votes
0 answers
42 views

The conditional tooltip is not working on kendo UI Grid column. The following code is not applying the condition for title and instead showing the whole text '#= (!IsSynced && !AddressNickname....
user1263981's user avatar
  • 3,157
1 vote
0 answers
26 views

I've a line chart for kendo UI, is there a way in which different colors can be shown in the same line for a line item in kendo-chart series item? I've attached a screenshot of what i need. I need ...
Abhishek's user avatar
-1 votes
1 answer
55 views

If I click on the Top button, then the vertical splitter bar goes to the top, when I click on the Middle button then the top and bottom pane get 50% values and the bar goes to the center, however, ...
Chris's user avatar
  • 3,179
0 votes
0 answers
83 views

I have 2 Kendo Grids in my Angular application. In the 1st one, I use "virtual scrolling" because we have a lot of data (e.g. 10K records). The 2nd one is a "basic" Kendo Grid. The ...
kkaragki's user avatar
  • 150
1 vote
1 answer
115 views

Getting the error: Issue is when we resolve the build errors after upgrading the application to Angular v16. Done all the troubleshooting steps like deleting "node_modules" folder, "...
Rakesh V Chandran's user avatar
0 votes
0 answers
26 views

I have a bug in my UI where when using UID as name of the column, the value changes from string to a random guid which is taken from data-uid: UID looks like this: uid: 8f7e2416-df36-4f52-a1ab-...
vidhi patel's user avatar
0 votes
0 answers
30 views

I want sort all values in grid filter with multiselect. I use standard mechanism from kendo demos and it works fine for unlocked columns: var filterMultiCheck = $("mygrid").data("...
lcnw's user avatar
  • 117
0 votes
1 answer
65 views

How to pass a parameter to kendo dialog action method? I am trying to pass action_name variable as a parameter to close action method but it is not working. @{ var action_name = "delete"...
user1263981's user avatar
  • 3,157
0 votes
1 answer
46 views

I want to hide this column from a Kendo grid when the set the reportType input parameter to NTR. How can I do that? { field: "SrNo", title: "Grounds of Suspicion", ...
user30021044's user avatar
0 votes
1 answer
121 views

Problem Overview: I am encountering errors while using Kendo UI components in a Vue.js application. I have two different issues occurring in my application, both related to undefined properties in the ...
RA Hat's user avatar
  • 25
0 votes
0 answers
28 views

I have this ASP.NET MVC grid with popup editing: @(Html.Kendo().Grid<CommentViewModel> () .Name("comments_" + Model.ParentID) .Columns(columns => { ...
maX's user avatar
  • 753
0 votes
1 answer
116 views

I have an ASP.NET Core 6 MVC web application and I am using Kendo UI (Grid) to show data in a grid format. This is an editable grid and also added multiple validations to each and every column ...
martian481's user avatar
0 votes
1 answer
96 views

I’m using Kendo UI MultiSelect with virtualization enabled, and I’ve noticed an issue where calling: $("#msUsers").kendoMultiSelect({ placeholder: "Select Users...", ...
Shad's user avatar
  • 1,237
0 votes
0 answers
176 views

I am trying to use Kendo UI core in Angular 19, but my components are not rendering correctly, if at all. My component template looks like this: <h1>Hello Kendo UI for Angular!</h1> <...
tutiplain's user avatar
  • 1,479
0 votes
0 answers
51 views

I am using a Kendo MultiSelect widget with virtualization to handle a large dataset. The issue I am facing is that when the multiselect dropdown is opened, selected items that are not part of the ...
Shad's user avatar
  • 1,237
0 votes
1 answer
50 views

How do you backslash escape Vue directives in a Kendo UI Template. I want to escape a v-model on my Kendo UI template. This is how I tired to escape them but it did not work> <input type="...
temple's user avatar
  • 31
1 vote
1 answer
1k views

I’m using Telerik UI for ASP.NET Core with the free trial version and am facing an issue. I’ve added the license.txt file to my project as per the instructions but I still see the watermark on the ...
Snow Nisha A's user avatar
1 vote
1 answer
157 views

I have a kendo-grid with a (selectionChange) attribute where I get my selection using a custom selectionService.ts: (selectionChange)="selectionService.onSelectionChange($event)" My ...
B.Quaink's user avatar
  • 586
0 votes
1 answer
57 views

I have a kendo-fileselect (https://www.telerik.com/kendo-angular-ui/components/uploads/fileselect) in an HTML form, along with several other elements (checkboxes, etc). The other fields are picked up ...
upcrob's user avatar
  • 165
0 votes
0 answers
29 views

I have a Kendo Grid where I have the option to export the Data in .xlxs file. I want to add .filterable(true) for a specific column SortDate but current code adds filter on all column names <div ...
Shahood Amir's user avatar
-1 votes
1 answer
63 views

I using Kendo UI. I am trying to render a ternary operator within a html input checkbox. The below create an error. How do i escape the values. <input type="checkbox" class="...
temple's user avatar
  • 31
0 votes
2 answers
71 views

We recently upgraded our project from jQuery 1.8.3 to 3.7.1. At the same time we upgraded Kendo UI from 2013.1.514.340 to 2024.3.806.462 We also upgraded jQuery Validation from 1.8.0 to 1.21.0 Since ...
MF Luder's user avatar
  • 380
1 vote
0 answers
111 views

when i am import import { KENDO_GRID } from '@progress/kendo-angular-grid'; this KENDO_GRID in import arrays than it is show the imports' must be an array of components, directives, pipes, or ...
Rinkal's user avatar
  • 71
0 votes
0 answers
28 views

We have an ASP.net core app and are using the telerik kendo controls. We would like to add a popup dialog to one of our forms when the user clicks a button. Our app is an Asp.net Core webapp. Using ...
Jerry's user avatar
  • 6,597
0 votes
1 answer
61 views

I'm working on a .NET MVC 5 project and using Kendo MVC Charts to display data on my dashboard. I'm facing two issues: Sorting Issue: The chart is not displaying data in correct order on the x-axis, ...
heartbeat's user avatar
2 votes
1 answer
72 views

I am currently using kendo-treelist-column-group inside a TreeList, I have to use it because I need to have more headers above a tree List component. Thing is that I need to have it dynamic and not ...
Alexis's user avatar
  • 59
0 votes
0 answers
32 views

Im having difficulty making customizations to my grid. Ive left my commented out code in there for some items I have tried and didnt work. Ive listed out below what I am trying to do. Any help would ...
Josh's user avatar
  • 1
0 votes
0 answers
185 views

I am using Kendo UI Window instead of dialog so that user can see the data behind the window but I want to disable the click events behind the window. I have tried to set the htmlAttributes: {'modal': ...
Krishnan Kamalesh's user avatar
0 votes
1 answer
207 views

I have migrated my .NET 4.8 project to .NET 9 using Upgrade Assistant. After removing errors and making its build I tried to run the project. I added Kendo as a service in my Program.cs file. When I ...
Shahood Amir's user avatar
4 votes
1 answer
263 views

I'm using kendo-ui with angular for four horizontal panels. when the last panel is toggled it opens and after resizing it if I close it by toggle, the space previously occupied by the last panel stays ...
Anil Kumar Reddy A's user avatar
1 vote
1 answer
261 views

The column group in my kendo grid has the name of what those columns are giving information about, but they are so many columns that they overflow on the x axis and you need to scroll. My issue comes ...
Camila's user avatar
  • 81
0 votes
0 answers
363 views

I'm working on an Angular Nx project that uses Kendo UI for Angular components. Recently, I’ve been facing persistent “JavaScript heap out of memory” errors whenever I run the development server or ...
dinesh selvam's user avatar
0 votes
1 answer
59 views

I am trying to change the page of a Kendo UI Grid control programmatically but just can't seem to make it fully work via dataBound event that is suggested as an alternative for setting the page when ...
GI1's user avatar
  • 126
0 votes
0 answers
128 views

I'm trying to update version of Kendo Themes in my FE project. I'm building all CSS files on my side, because it is compilation of Bootstrap, Kendo and other parts. I uninstalled node-sass and ...
Raptor's user avatar
  • 442
1 vote
1 answer
280 views

I have upgraded the angular from the version 5.2 to 17 and kendo to the version 17. After the upgradate I am facing the runtime issue Uncaught TypeError: Class constructor Class cannot be invoked ...
Deeksha 's user avatar
0 votes
1 answer
47 views

I have data stored database, as "Hello World" (have extra space between two word), but as the data load to Kendo UI JS, it became "Hello World" (remove extra white space).
JH_'s user avatar
  • 406
0 votes
0 answers
58 views

I am working on an Angular application that uses Kendo UI components like kendo-textbox, kendo-combobox, and kendo-datepicker. The issue I am facing is that whenever the browser autofill feature is ...
Anuj Karki's user avatar
1 vote
1 answer
128 views

I'm using kendo.drawing to generate a PDF that includes an image from Amazon S3, but the image doesn't display in the generated PDF. However, when I use a direct image URL (like this one), the image ...
Uday Kiran's user avatar
1 vote
1 answer
165 views

I am developing an Angular application using the Nx framework and have integrated Kendo UI components. To optimize and modularize the styling, I am importing SCSS files specific to each component like ...
dinesh selvam's user avatar
2 votes
1 answer
124 views

I am attempting to standardize a lot of my grids for my application. They all follow the same general set up for filtering, sorting, etc. But each grid might have some specific customizations. Usually ...
blitzmann's user avatar
  • 8,003

1
2 3 4 5
336