Most voted "kendo-ui" questions
Kendo UI is a package of ready-to-use libraries for developers on dynamic web pages, entirely Javascript-based and jQuery-based. If the question is not about "Kendo UI", do not use this tag even if you are using "Kendo UI" in your project.
Learn more…40 questions
Sort by count of
-
5
votes2
answers2300
viewsEnable/ Disable Tab as checkbox status
I have 3 checkbox (Customer, Supplier and Integrator), each of them when enabled should give access to a tab, I can even make it disable and enable, the problem is that if more than one checkbox is…
-
5
votes1
answer95
viewsI cannot remove an item copied from one list to another (drag and drop)
I have the following code http://jsfiddle.net/6hLsfqtn/. My problem occurs as follows: Add a Double Steppe to the list on the right. I add a Simple Steppe to the list on the right. Add a second…
-
4
votes1
answer177
viewsHow to disable default value in Kendo dropdownlist?
I have a Kendo grid and I’m creating a template for editing the data presented on the grid, but I’m having problems with the code below... This is part of the code of my template: <script…
-
3
votes1
answer215
viewsHow to change the color of Kendo UI Dropdownlist according to the Status variable?
Can anyone tell me if there’s a way to change the color of Kendo’s Dropdownlist according to a Status variable? For example: If user is Active -> Assumes Green color If user is Inactive ->…
-
2
votes1
answer58
viewsSortable Kendo UI
I need to set up a screen where I drag options from one list to another. However, when loading from the first to the second, only one copy should be created for the second list. When the user…
-
2
votes1
answer89
viewsRemove part of the time interval Kendo Timepicker
When using TimePicker of KendoUI to define a selection of service hours, the minimum period (8:00) and maximum period (18:00) was defined, but it will be necessary to remove the interval from 12:00…
javascript c# asp.net-mvc-4 kendo-ui telerikasked 9 years, 11 months ago Cristiano Ávila Salomão 353 -
2
votes1
answer27
viewsKendo ui Numerictextboxfor - Set startup values
How can I set a default startup value for the field Numerictextboxfor kendo’s. Ex: My field is empty initialized. I want it to come with a default set by me: @(Html.Kendo().NumericTextBoxFor(model…
-
1
votes2
answers237
viewsHow to add link in a Kendo UI tabstrip?
I have an application where there are 5 tabs, it is mandatory that they are followed in sequence. When the page starts the first tab occupies the whole space of the window (it looks like it is not…
-
1
votes1
answer671
viewsKendo UI Grid Export Excel
I have the following Grid in *.cshtml: $.ajax({ url: '@Url.Action("RetornaJsonGrid", "PacoteLicencas")', type: "post", cache: false }).success(function (json) { $("#gridPacoteLicencas").kendoGrid({…
-
1
votes1
answer119
viewsRecover Text and Value from Select with KENDO MVVM
I need the help of you, who have knowledge in KnockoutJS I have something like that: var viewModelPessoa = kendo.observable({ Contatos: [], FormContato: { TipoContato: -1, //Aqui vai o indice/value…
-
1
votes0
answers428
viewsKendo UI Grid in an Angularjs Directive
How to create a Kendo-grid with reusable options using Angularjs? In addition to the default settings, the grid should dynamically include a column checkbox with the option to select all lines. The…
-
1
votes1
answer314
viewsSearch before loading Kendo Grid
Hello, I’m using a textbox to search and load the datasource of Kendo’s grid. However, the way we build the project, to edit a record it is necessary to select a Grid item and edit in the fields…
-
1
votes1
answer72
viewsWizard with Kendo UI
Kendo Ui did not develop the Wizard component, so we developed a Javascript component of our own, but by "mixing it" with Kendo I get errors in Kendo.web.min.js from Kendo. In search of solution I…
-
1
votes1
answer141
viewscustomize create() in Kendo Toolbar
I need to customize the Create button of Kendo UI Toolbar (the one that creates a new line to add values) so that it creates a new line to each object in an array, which comes from another…
-
1
votes1
answer46
viewsHow to add two buttons to Toolbar?
I have a grid and would like to put two buttons on toolbar. At the moment I’m trying like this, but it’s not working: toolbar: [ { text: "Exportar para Excel", name: ["excel"] },…
-
1
votes1
answer35
viewsHow to make the Kendo UI window component close when clicking on k-overlay?
The company where I work uses the components of Kendo UI and I need to have the window component closed when clicking on k-overley (window backdrop), this component is configured to have modal…
-
1
votes1
answer182
viewsI cannot remove an item from the drag and drop + sortable list
Hello, I have the following situation... I have to develop a screen where the rounds of a truck are mounted. To do this, the customer needs a "drag" feature on the vehicle parts. The screen should…
-
1
votes1
answer50
viewsDoes Kendo’s grid have a line limiter?
I’m using Kendo Grid to show the user over 6,000 lines, but when I run more than 1,500 records, it doesn’t load... it just doesn’t show any records. Does anyone know how to solve?
-
1
votes1
answer52
viewsHide kendoUI text editor button
I’m using the kendoUI text editor I need to remove the last button of the editor (insert image). The rendered tag is the last, which has inside the image button. I tried something like:…
-
1
votes0
answers3071
viewsHow to resolve "Cannot read Property 'pageSize' of Undefined" error in Kendo UI?
Good afternoon guys, I’m making the following mistake: Uncaught Typeerror: Cannot read Property 'pageSize' of Undefined. I am working with Kendo UI, trying to generate a list of users using…
-
1
votes0
answers93
viewsKendo UI - Multiselect with remote data source
I’ve been racking my brain with multiselect of Kendo UI. Every time I return the list with my information action, the plugin fails to understand the information and returns me the following error:…
-
1
votes0
answers42
viewsSum items from a category Kendo Chart
I have an array with the percentage of each graph item, similar to the date. I’m trying to build the template, according to the code template: "#= series.abbr #: #= value # (#= series.percent #).…
-
1
votes1
answer107
viewsKendo UI Scheduler
I implanted the Kendo UI Scheduler (calendar/calendar) template in my ASP.NET MVC project, but I’m having problems with it’s pop-ups. For example: The popup does not close itself when you click on…
-
1
votes1
answer431
viewsKendo Textboxfor allow only numbers in . NET
I don’t want to allow the user to enter characters in my field Textboxfor, and if so, I want to display a message that the field should contain only numbers. My code is below.…
-
0
votes1
answer92
viewsKendo MVVM - Viewmodel inside Another
Is it possible to bind one Viewmodel within another? If yes, how? I need to create a context more or less like this: <div data-bind="visible: ViewModel_1.isVisible" /> //.... <div…
-
0
votes0
answers666
viewsBundleconfig - No files found on the server
I’m using Kendo UI on a project MVC 4, I made the settings in Budleconfig: bundles.Add(new ScriptBundle("~/bundles/kendo") .Include("~/Scripts/kendo/2013.2.918/kendo.all.min.js")…
-
0
votes1
answer210
viewsTwo-way bind does not work if the model is something like ng-model="record.name" for Kendo UI Controls
I have a problem with Kendo UI Controls my HTML <input type="text" ng-model="record.name" kendo-numeric-text-box /> <input type="text" ng-model="record.name"> </input> <button…
-
0
votes1
answer132
viewsKendoui stops working by separating Angularjs into a file . js
I am trying to create a simple project of Kendoui + Angularjs. When I use the code below, everything works normal: <!DOCTYPE html> <head> <title>AngularJS</title> <meta…
-
0
votes1
answer237
viewsSelect Kendo Grid row when clicking on the columns hyperlink
I have a problem at Kendo’s grid. What happens is that I have a grid with several columns, among them, I have one with the last position sent by the tracker. This column has the data in hyperlink…
-
0
votes0
answers108
viewsGrid Telerik Kendo UI - Delete Row JS and call function
I am adding lines normally and adding in a Javascript array, I need to remove a selected row and remove it from the array and last save to the database. The excerpt below is not working properly,…
-
0
votes1
answer76
viewsChartjs to Kendo-ui
I’m changing from the Chartjs to the Kendo-ui. (My company has the license) I’m having some trouble customizing the Radar Chart I’m trying to use. 1) Remove lines that divide the graph. The cross…
-
0
votes1
answer41
viewsKendo Grid Remote XML Data
I have a WCF that returns the data from a remote Mysql database, the return is a simple XML, I believe because it is a simple XML is not populating my Kendo grid. I would like an example to assemble…
-
0
votes0
answers68
viewsImage thumbnails in Kendo UI Editor
I’m having trouble with the "Editor" component of Kendo... When loading the images it has a feature that simulates a gallery, or even the folder itself in Windows... on that screen I can (or at…
-
0
votes1
answer197
viewsHide a column from the Kendo UI Grid when using a column header
Hello, I have a Kendo grid with several columns, all separated by headers, please note: In the case of the image I need to dynamically hide the meta column of the billing header. Before the headers…
-
0
votes1
answer49
viewsExport Kendo Grid to PDF
I have a function that exports to Excel and I need another one that exports to PDF. The function should export the data from a Kendo Grid. function ExportarParaExcel(grid) { grid = grid == undefined…
-
0
votes1
answer43
viewsKendo Multiselect passing placeholder as search value
I have a form with a component Kendo UI Multiselect for ASP.NET MVC / Razor: @(Html.Kendo().MultiSelectFor(m => m.Ids) .Filter(FilterType.Contains) .AutoBind(true) .MinLength(3) .Delay(500)…
-
0
votes1
answer51
viewsCalling a text/x-Kendo-template script from a javascript function
I have this new button and event onclick I’m calling the function openEditor(), and within this function I want to call a script of type text/x-kendo-template. How can I do that? My code currently:…
-
0
votes1
answer64
viewsThe 'value' should be a Valid Javascript Date instance. When using the Kendo ui’s date Picker
I’m trying to store a date in the bank through the component date Picker do Kendo ui it sends to my bank in this format: 2019-07-23T00:00:00 When I seek it from the bank and assign the value of the…
-
0
votes1
answer23
viewsHow to perform a template function on the <Kendo-tabstrip-tab> component
I have a component in which a part of this component has that part: <kendo-tabstrip-tab [title]="'Categoria'" [disabled]="ReferenciaMktId == '00000000-0000-0000-0000-000000000000'"…
-
0
votes0
answers29
viewsHow to use overlay in a dialog inside a window in Kendo UI?
I currently use the Kendo Ui Angular I am currently trying to use inside a window a component that calls a dialog, but my dialog is not applying the overlay opacity effect, currently having this…