kendo-asp.net-mvc Questions

3

I got this strange issue on Kendo UI grid. I have a grid which is filterable, but it is inside the modal. But the problem is when i Filter a column (Text column) i cannot type on the filter textbox...
Heteroclite asked 23/3, 2015 at 0:58

3

Solved

I'm using a Kendo alert and want to change the title of it. The default title is the url name, see link(image) below. I want to use my own title, how do I change this? Image Kendo alert The kendo...
Cerys asked 26/10, 2018 at 11:13

3

Solved

Does anyone know what properties to set to make a Kendo MVC Textbox Multiline? @(Html.Kendo().TextBox() .Name("txtComments") .Value(@Model.Comments) .HtmlAttributes(new { style = "width:100%" ...
Cuttler asked 20/1, 2016 at 16:12

2

Solved

I am trying to install kendo UI for ASP.NET MVC application and I am getting following error. htmlhelper does not contain a definition for kendo I have working ASP.NET project with kendo ui and I ...
Boxhaul asked 3/6, 2016 at 10:22

6

Solved

I am currently using Kendo UI for uploading files to a DB Using MVC3 and Razor and Entity Framework. I have it working great in several areas of my site, except when I need to restrict it to allowi...
Monstrous asked 12/4, 2013 at 20:2

3

I want to hide some columns on Kendo Grid and export them to the excel as the visible columns. However, using Hidden(true) or Visible(false) does not make any sense and these fields are not exporte...

5

Solved

I have a Kendo Grid inside a Kendo Window. How can I enable its horizontal scrolling using wrappers? I've tried anything, but none of them worked. The last thing I tried was surrounding the Grid w...
Lublin asked 17/5, 2015 at 7:23

8

I have kendo grid in asp.net mvc and i use server wrapper.I want Additional column named "Row Number" that is simple counter (1,2,3,...). I want this counter never change by client sorting. Always ...
Giffard asked 14/1, 2014 at 11:23

2

Solved

I am getting an exception while trying to use the KendoUI Grid for an ASP.NET MVC (.net 4.5) app being developed in Visual Studio 2013. I've configured the grid to use InLine editing and have expli...
Santamaria asked 22/8, 2013 at 17:3

6

Solved

Let's say I have a data like this: [ {ID: 1, SomeForeignKeyID: 4, IsFkEnabled: true}, {ID: 2, SomeForeignKeyID: 9, IsFkEnabled: false} ] Kendo Grid is using this data: columns.Bound(m => m...
Centerpiece asked 2/1, 2014 at 11:2

4

Solved

I want to use KendoUI editor to basically only allow users to format text into paragraphs. Possibly allow bold and underline. I'm struggling with 2 things: I want to strip all html formatting fr...
Lenitalenitive asked 24/3, 2013 at 23:3

3

Solved

How to disable the past dates in the Kendo date picker ? ( Date Picker validation) That will allow the user to select only the current date and future date. In the HTML : @Html.EditorFor(Model =&...
Speiss asked 20/9, 2018 at 3:45

13

Solved

I edit the grid using editable: "popup" as shown on Telerik's demo page. After I edit the grid, I want the grid to refresh. Does the grid have any event that is called after I edit the grid? I tr...
Opportuna asked 18/2, 2014 at 19:25

1

Is there a built-in helper in the Kendo MVC libraries anywhere that will convert a Kendo Grid's DataSourceRequest object back into a querystring from within a MVC6 controller? Something like a "mod...
Whomp asked 12/2, 2016 at 16:38

4

Solved

I´ve been struggling to make my Kendo Datepicker without user-text-input and the only solution I´ve come up with was making the tag "readonly". However I want to be able to select the date from the...

5

Solved

There already are questions how to get custom error handling, with answers, but all those answers use 'external' reference/selector to the grid to make it work, for example: function onError(e) { ...

3

Solved

Right now I have a kendo grid with 2 rows and 6 columns. I need some logic to highlight a specific cell but I don't know how to reference a cell. I used this example but I don't know what to pass i...
Yetac asked 18/6, 2015 at 15:40

4

Solved

I have a selectable KendoUI grid in my MVC app. I want to do something when the user double-clicks on the grid. I don't see a double-click event for the grid. How may I handle the double-click ev...
Dewberry asked 30/12, 2013 at 15:2

3

Solved

How to pass gridName to the Kendo event handler. .Events(events => events.RequestEnd("requestEndEvent"). I am using Kendo UI version 2014.2.716.
Legofmutton asked 15/8, 2014 at 10:14

3

I am using Telerik's UI for ASP.NET widgets. Most of these widgets have multiple configuration options. In .cshtml file i configure these widgets on multiple lines for readability. For example bel...
Invasion asked 31/1, 2018 at 21:16

3

i have a kendo grid. When the page loads, by default i want to sort the grid by column1 then by column2 in descending order. Issue: Its sorting as expected however sort arrow shows up on last sort...
Glaucescent asked 15/7, 2015 at 18:8

6

Solved

On my Kendo Grid I recieve date time from server. On the client end, this time is changed to client's timezone and that is displayed. How can I show the same time from the server to the client. th...
Literality asked 23/9, 2013 at 8:51

1

Solved

with MVC 4 I was able to put a view's editor templates into the view's folder: AwesomeApp/Views/UserMgmt/EditorTemplates/UserSettings.cshtml. Now I am using ASP.NET Core MVC 6 and it does not find...
Dimphia asked 28/7, 2016 at 14:28

3

Solved

I have the following control: @(Html.Kendo().DatePickerFor(model => model.Attributes.DueDate) .HtmlAttributes(new { ID = "idSurvey_DueDate", @data_bind = "value: DueDate", @Class = "repo...
Liverpudlian asked 10/1, 2014 at 19:50

1

Solved

I kept the title generic because i don't care if the answer I get is in jquery, javascript, or specifically to MVC. I have this code to save and load a grid: $("#save").click(function() { var gr...
Selway asked 12/6, 2019 at 22:21

© 2022 - 2024 — McMap. All rights reserved.