Questions tagged as 'kendoui'

2
answers

Manipulate the grid checkboxes with Knockoutjs and KendoUI

I would like to know how to detect the change in ownership of an observable object in a grid when selecting a checkbox with knockoutjs. The code that I currently have is this way. <div data-bind="kendoGrid:{data: asignados, columns:columns}...
asked by 18.11.2015 / 18:49
1
answer

Change column title in kendo grid

How can I change the title of this Kendo MVC Grid column using Javascript using a button in another column? This is the column to which I want to change the title: columns.Bound(c => c.segundo_nombre).Title("2do Nombre").Width(20); An...
asked by 11.08.2016 / 19:25
2
answers

Show view returned by my controller

I have my Petition. $.ajax({ type: "POST", url: "Estimates/ManageProject", data: JSON.stringify({ IdProyecto: dataItem.IdProyecto, Homologacion: dataItem.Homologacion, Cliente: dataItem.Cliente, Tipo...
asked by 15.09.2016 / 21:03
1
answer

In charge of filtering data in asp.net MVC

I have a MVC web application and it contains a GRID with KENDOUI framework where it shows all the data in the "Patient" table, I wish < strong> filter the data to be displayed in the table according to the identified user which is already...
asked by 02.03.2016 / 04:01
1
answer

KendoUI template for numbers

Good I'm making changes in Editor Number that brings KendoUI for Asp.net MVC but I can not get these reflected in the views, the properties are of type int , inclusive I put only a H1 only with a legend and even...
asked by 01.09.2017 / 23:05
1
answer

Using Kendo to graph (problem assigning values to the tooltip and X axis)

I am generating a couple of graphs with Kendo, one of bars (column) and one of lines (Line), the perfect graph but I have a problem with the labels of the X axis, $("#chartAcumulado").kendoChart({ chartArea: {...
asked by 17.07.2017 / 19:05
3
answers

Concatenate columns into one

I need to concatenate these two columns into one: columna1: columns.Bound(c => c.primer_nombre).Title("Nombre").Width(30); Columna2: columns.Bound(c => c.primer_apellido).Title("Apellido"=.Width(30); That those two remain in a single...
asked by 16.09.2016 / 00:25
0
answers

Edit commands and buttons in Kendo UI + Vuejs

Dear, someone can explain to me how to edit the commands provided by Kendo UI when creating a tree list table. That is, change the name of 'edit' to edit and also add features to taste. <kendo-treelist data-source-ref="remoteDataSource"...
asked by 20.12.2018 / 15:14
0
answers

ROWS TO MYSQL COLUMNS

Hi, I have been researching and unfortunately it is not so clear to me to be able to move from rows to columns or maybe it does not have the same format as in the examples I'm doing this query to enter it into a KENDO GRID table, This is my quer...
asked by 30.10.2018 / 08:13
0
answers

I can not see the records I search in the Grid

I have a problem, I hope you can help me. I am occupying Kendo UI Grid on a page, when loading the page, I fill the grid. On the same page, I have filters to perform a search, when I search, the driver brings me the data correctly and it is show...
asked by 19.09.2018 / 01:17