Questions tagged as 'kendo-ui'

1
answer

How do I make the window component of Kendo UI close by clicking k-overlay?

The company where I work uses the components of Kendo UI and I need to make the window component to be closed by clicking on the k-overley (window backdrop), this component is configured to have modal behavior. > See my window directive...
asked by 15.09.2015 / 15:35
1
answer

Search before loading Kendo Grid

Hello, I'm using a textbox to search and load the datasource of the Kendo grid. However the way we set up the project, to edit a record it is necessary to select a Grid item and edit in the fields above it (when the data is populated in the fiel...
asked by 11.11.2014 / 12:38
1
answer

I can not remove an item from drag and drop + sortable list

Hello, I have the following situation ... I have to develop a screen where the wheels of a truck are assembled. To do this, the customer needs a "drag" functionality of the vehicle parts. The screen should have two divs, the first one should...
asked by 13.01.2015 / 19:19
1
answer

Retrieve Text and Value from Select with KENDO MVVM

I need help from vcs, anyone who has knowledge on KnockoutJS I have something like this: var viewModelPessoa = kendo.observable({ Contatos: [], FormContato: { TipoContato: -1, //Aqui vai o indice/value do select/optio...
asked by 27.03.2014 / 16:07
1
answer

Kendo UI Grid export Excel

I have the following Grid in * .cshtml: $.ajax({ url: '@Url.Action("RetornaJsonGrid", "PacoteLicencas")', type: "post", cache: false }).success(function (json) { $("#g...
asked by 24.03.2014 / 16:55
2
answers

How to add link in a Kendo UI tabstrip?

I have an application where there are 5 tabs, it is mandatory that they be followed in sequence. When the page starts the first tab occupied the entire window space (it looks like they are not tabs), when the continue button is clicked, aba1...
asked by 05.02.2014 / 19:06
0
answers

Add items from a Kendo Chart category

I have an array with the percentage of each chart item, similar to the date. I am trying to build the template, according to the code template: "#= series.abbr #: #= value # (#= series.percent #) . Here is the code: $("#chart").kendoCha...
asked by 08.06.2016 / 14:27
0
answers

Kendo UI - Multiselect with remote data source

I've been busting my head with the multiselect kendo UI >. Whenever I return the list with the information of my action , the plugin can not understand the information and returns me the following error: Cannot read property 'value' of un...
asked by 15.02.2016 / 14:04
0
answers

How to resolve the error "Can not read property 'pageSize' of undefined" in Kendo UI?

Good afternoon guys, I have the following error:    Uncaught TypeError: Can not read property 'pageSize' of undefined. I'm working with Kendo UI, trying to generate a list of users, using kendoDropDownList , but I still can not unde...
asked by 22.12.2015 / 20:42
1
answer

How do I add two buttons to the toolbar?

I have 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"] },...
asked by 09.06.2015 / 14:23