Questions tagged as 'kendo-ui'

1
answer

I can not remove an item copied from one list to another (drag and drop)

I have the following code link . My problem occurs as follows: Add a Double Steppe in the list on the right. Add a Simple Steppe in the list on the right. Add a second Double Step in the list on the right. Drag a Double Step to the...
asked by 14.01.2015 / 14:59
2
answers

Enable / Disable Tab according to checkbox situation

I have 3 checkbox (Client, Vendor 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 checkbox more than one tab should be accessible to th...
asked by 23.04.2014 / 19:53
1
answer

How to disable default value in kendo dropdownlist?

I have a kendo grid and I'm creating a template for editing the grid data, but I'm having problems with the code below ... Home This is part of my template code: <script id="popup_editor" type="text/x-kendo-template"> <div class="k-e...
asked by 01.06.2015 / 15:38
1
answer

How to change the color of the DropDownList of Kendo UI according to the Status variable?

Can anyone tell me if I can change the color of the Kendo DropDownList according to a Status variable? For example: If the user is Active - > Assumes the color Green If the user is Inactive - > Assumes the color Red If you can...
asked by 19.12.2014 / 19:29
1
answer

Remove part of the time interval Kendo TimePicker

When you use% w / w% of% w / w to set a service time selection, the minimum period (8:00 AM) and maximum (18:00) has been set, however it will be necessary to remove the interval from 12:00 until 1:30 p.m. in this list. How to do this action?...
asked by 14.01.2015 / 12:13
1
answer

Sortable Kendo UI

I need to mount 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 performs the reverse process (load from list 2 to l...
asked by 17.12.2014 / 20:59
1
answer

Kendo ui NumericTextBoxFor - Set startup values

How can I set a default boot value for the Kendo NumericTextBoxFor field. Ex: My field is initialized in white. I want it to come with a default defined by me: @(Html.Kendo().NumericTextBoxFor(model => model.MinVoltage).Name("MinVoltag...
asked by 10.07.2017 / 20:09
1
answer

Kendo TextBoxFor allow only numbers in .NET

I do not want to allow the user to enter characters in my TextBoxFor field, and if he does, I want to display a message stating that the field should contain only numbers. My code is below. @(Html.Kendo().TextBoxFor(model => model.MinVo...
asked by 11.07.2017 / 15:14
1
answer

Kendo UI Scheduler [closed]

Implemented the Kendo UI Scheduler template (calendar / calendar) in my ASP.NET MVC project, but I'm having problems with the pop-ups. For example: The popup does not close itself when you click on "save", for example. Or when I click on the "X"...
asked by 16.05.2017 / 16:06
1
answer

Does the Kendo grid have line limiter?

I'm using Kendo Grid to show the user more than 6000 lines, however when I send in the datasource more than 1500 records, it does not load ... it simply does not show any records. Does anyone know how to solve it?     
asked by 22.11.2016 / 11:55