Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
26 views

In my ASP.NET MVC 5 project, I am migrating to a strict Content Security Policy (CSP) to eliminate the use of 'unsafe-inline' for scripts. While I have successfully implemented the nonce approach to ...
Priyanshi vasoya's user avatar
0 votes
1 answer
45 views

I was asked to add some fields to a working Razor page using a Kendo grid with inline editing. Two of those fields were DateTime type. I added the fields to the model. Example: ...
jrichview's user avatar
  • 388
0 votes
0 answers
42 views

The conditional tooltip is not working on kendo UI Grid column. The following code is not applying the condition for title and instead showing the whole text '#= (!IsSynced && !AddressNickname....
user1263981's user avatar
  • 3,157
0 votes
0 answers
26 views

I have a bug in my UI where when using UID as name of the column, the value changes from string to a random guid which is taken from data-uid: UID looks like this: uid: 8f7e2416-df36-4f52-a1ab-...
vidhi patel's user avatar
0 votes
0 answers
45 views

I have my controller method as follows [HttpGet] public JsonResult GetClientAccount([DataSourceRequest] DataSourceRequest request, string partyId) { try { using (var client = GetWebClient(...
Developer's user avatar
  • 8,701
0 votes
0 answers
28 views

I have this ASP.NET MVC grid with popup editing: @(Html.Kendo().Grid<CommentViewModel> () .Name("comments_" + Model.ParentID) .Columns(columns => { ...
maX's user avatar
  • 753
0 votes
1 answer
22 views

I'm having a very hard time figuring out the syntax to correctly handle if the Email is null then display nothing. The phone column works fine for finding and so does '' : 'a' in the ClientTemplate, ...
Jay's user avatar
  • 11
0 votes
1 answer
116 views

I have an ASP.NET Core 6 MVC web application and I am using Kendo UI (Grid) to show data in a grid format. This is an editable grid and also added multiple validations to each and every column ...
martian481's user avatar
0 votes
1 answer
54 views

I am using kendo dropdown (.NET core), the individual dropdown works fine. If I enable the cascading ,the child dropdown shows no data. The data from the API is fine. Once it binds to the control ,it ...
ShivaDarshan's user avatar
0 votes
0 answers
29 views

I have a Kendo Grid where I have the option to export the Data in .xlxs file. I want to add .filterable(true) for a specific column SortDate but current code adds filter on all column names <div ...
Shahood Amir's user avatar
0 votes
1 answer
61 views

I'm working on a .NET MVC 5 project and using Kendo MVC Charts to display data on my dashboard. I'm facing two issues: Sorting Issue: The chart is not displaying data in correct order on the x-axis, ...
heartbeat's user avatar
0 votes
1 answer
28 views

Our application is using Kendo for UI, for fetching Data from backend it is using filter operators. now I want to fetch data with complex filter as in the below code, I want to filter for the DueDate ...
AbdulAleem's user avatar
0 votes
1 answer
59 views

I am trying to change the page of a Kendo UI Grid control programmatically but just can't seem to make it fully work via dataBound event that is suggested as an alternative for setting the page when ...
GI1's user avatar
  • 126
0 votes
1 answer
81 views

Must be doing something stupid that Kendo UI failed to bind to Model and I have been getting Nullpointer Exception System.NullReferenceException: Object reference not set to an instance of an object ...
Desichele's user avatar
  • 399
1 vote
1 answer
138 views

I have a ASP.NET MVC Kendo Grid with possibility to save column order and visibility, similar to this example Grid options are persisted to database. Existing options reference specific column which I ...
Yehor Androsov's user avatar
0 votes
1 answer
44 views

I have a Kendo MVC grid that uses Command Buttons. These buttons use the .Visible function to call a JS function that returns true/false to determine if it is visible. I am also using getOptions/...
DevilDog's user avatar
  • 421
0 votes
1 answer
191 views

New to Telerik Kendo and running into a stupid scenario but has been driving me nuts. No matter what I do the kendo grid doesnt populate data at all. below is the Razor page that displays testdata in ...
Desichele's user avatar
  • 399
0 votes
1 answer
123 views

I have this script inside my index.cshtml. <script id="meterGrid_ActionPanel" type="text/html"> <div class='btn-group'> <a class='btn btn-primary btn-xs ...
Bharat's user avatar
  • 6,105
0 votes
1 answer
63 views

I am trying to remove the validation for this combobox in the Custom Editor Template: ... @{ ViewContext.FormContext = new FormContext(); } <div data-container-for="ClientId" class=&...
hncl's user avatar
  • 2,315
1 vote
1 answer
100 views

<kendo-numerictextbox id="example1" name="example1" value="@Model.Example1" min="0" format="n0" decimals="0" data-bind="value: ...
Abhi's user avatar
  • 714
1 vote
1 answer
147 views

I have a KendoSwitch set to "On". I run the code below and it's checked status does go to false but the label does not change. I would expect it to say "Off". I cannot work out why ...
LittleB's user avatar
  • 35
1 vote
1 answer
61 views

I switched the OnGet of my razor page to be async and I noticed some of my controls would no longer load reliably. I have a kendo multiselect on the page and once I switched to async it only loads the ...
Legion's user avatar
  • 3,529
1 vote
0 answers
107 views

Our project has a Kendo grid where the grid databound event saves the grid state for a particular user at any give time when user applies filter or makes any changes to grid view. Kendo grid structure ...
Mahesh Varma's user avatar
0 votes
1 answer
128 views

I am using ASP.Net Core 6. I am forced to use Kendo UI to build tables (Grid). There are 2 "flavors" of Kendo UI: What I call "Server": @(Html.Kendo().Grid<Model>().Name(&...
Spencer Sullivan's user avatar
0 votes
1 answer
162 views

I am new to Kendo grid, using Kendo for JQuery as part of a C# MVC project. Currently, I have a grid that allows users to edit it by entering numbers/text. A new requirement is to add a Yes/No or True/...
Scottish Smile's user avatar
0 votes
0 answers
129 views

I've configured my ASP.NET Core application to globally enforce a token validation filter: builder.Services.AddControllersWithViews(ConfigureMvcOptions => { ConfigureMvcOptions.Filters.Add(new ...
John Harrington's user avatar
1 vote
1 answer
287 views

I plan to integrate the Kendo DropDownTree into our application to showcase the organizational hierarchy. While LoadOnDemand is advised for handling large datasets efficiently, enabling it causes ...
MKEF's user avatar
  • 173
0 votes
2 answers
215 views

I have a kendo ui multiselect with like 60 values shown in the dropdown. Is there a way to only show like 10 items in the dropdown rather than all 60? @(Html.Kendo().MultiSelect().Name("...
ANK's user avatar
  • 71
1 vote
1 answer
126 views

Using ASP.NET MVC Kendo framework, without the line series.Line(lineData).Name("Vertical Line"); the chart displays the scatter plot as expected. I wanted to add a vertical line at halfway ...
taylorswiftfan's user avatar
0 votes
1 answer
54 views

I am using kendoGrid across the portal and I am facing one of the challenge i.e. since the height of grid is too long user have to scroll to the bottom of the page at that time headers are not visible ...
Kunal Vijan's user avatar
0 votes
1 answer
68 views

I am trying to replace the filter drop down on the Kendo grid with a message instructing the user to use the custom filter that exists external to the grid. Please note, this is only for one of the ...
cullimorer's user avatar
0 votes
1 answer
635 views

I am new to asp.net core. I have a form which is generated dynamically. I want the validation error message to be "The value must be numeric" instead I get "The value 'a' is invalid.&...
Fokwa Best's user avatar
  • 3,535
2 votes
1 answer
65 views

I'm trying to implement underlying on image on hover link and image. Here is what try to achieve: The issue is when I hover on element I see two lines but should be one on hover both link and image, ...
Lia's user avatar
  • 526
0 votes
0 answers
41 views

I'm using Kendo v2015.1.408.545 (file type .dll) as an standalone library for one of my project (on local) I'm importing my project to Github and will be using Github CI/CD via Github runner for ...
Ramesh_kadubry's user avatar
1 vote
1 answer
300 views

I'm currently in the process of upgrading a .NET 6.0 Core web application from Bootstrap 4 to Bootstrap 5. However, I've encountered an unusual issue with the Kendo editor and any modal windows that ...
OzTrak's user avatar
  • 125
0 votes
1 answer
82 views

The RequestedDate shows 1/1/0001 when submit the form. The reason is application culture is "en-US" and the format "dd/MM/yyyy" is not supported. I can not change the culture to &...
sina_Islam's user avatar
  • 1,173
0 votes
0 answers
22 views

So my combobox is not hitting my method in my Area/Controller. Here is my view: <div class="form-group" id="assets_group"> @Html.LabelFor(x => x.LinkedPACIds, "...
JakeFromStateFarm's user avatar
0 votes
1 answer
108 views

I have an MVC application with a razon page and 2 kendo dropdownlists. This is the definition of the first dropdownlist: @(Html.Kendo().DropDownList() .Name("TaxYearDropDown") ....
Jonathan Small's user avatar
1 vote
0 answers
206 views

I am working on an ASP.NET Core 6 MVC app. I have an action method where I define the verb and a route like this: [HttpGet, Route("/Table_Read")] public async Task<JsonResult> ...
Faisal's user avatar
  • 119
0 votes
1 answer
148 views

I have the following kendo NumericTextBox on my .cshtml page: @(Html.Kendo().NumericTextBox() .Name("txtFrmSettMemoFDTFee") .Max(100) .Min(0) .Decimals(0) .Format("\\#&...
Jonathan Small's user avatar
0 votes
1 answer
37 views

This is how the grid looks like. @{ Html.Kendo().Grid(Model) .Name("Processes") ...
Aditya Agarwal's user avatar
0 votes
1 answer
94 views

I have a kendo grid which receives data from an MVC controller. The grid displays correctly and 1 of the columns is editable. This is what the grid looks like when it is first rendered: The ...
Jonathan Small's user avatar
0 votes
0 answers
147 views

I have a kendo grid in an schtml page. There are also text boxes and dropdown combo boxes on the page. In addition, some of the grid cells are editable and other cells are computed based on the data ...
Jonathan Small's user avatar
0 votes
0 answers
88 views

I have the following Kendo grid: @(Html.Kendo().Grid<TaxCertApp.ViewModels.SettlementMemoViewModel>() .Name("SettlementMemodGrid") .Columns(columns => { columns.Bound(nr =&...
Jonathan Small's user avatar
0 votes
0 answers
102 views

At my company we use Kendo for all our UI components. We don't have a ton of Radio Buttons and I was told they want to make them smaller, however, when I try to add the .Size (as according to the docs)...
Ian's user avatar
  • 11
0 votes
1 answer
177 views

I'm trying to convert an ASP.NET MVC project to ASP.NET Core MVC. I have done most of the work but got stuck in a weird issue. My project has a view User.cshtml and a layout page UserLayout.cshtml, ...
IntelligentCancer's user avatar
1 vote
1 answer
290 views

We have an ASP.NET MVC application using KendoUI jQuery components. The KendoUI version used is 2014.3.1411 and every thing works very good here. Recently I have been assigned to upgrade the KendoUI ...
Dharmendra Kumar Singh's user avatar
0 votes
0 answers
23 views

I have the following UI where I am telerik controls and posting the data to server @using (Html.BeginForm("Add", "Storage", FormMethod.Post, new { @id = "frmItem", @class ...
Developer's user avatar
  • 8,701
0 votes
2 answers
394 views

I have a kendo grid with foreign key columns. how do i get an event when the user changes the value from the foreign key dropdown? I've tried specifying an id and change event but itdoesnt seem to ...
melspring's user avatar
  • 141
0 votes
1 answer
147 views

I have a simple Kendo grid as shown below: When the Grid table load, I want the radio button indicated above to be checked. I am fairly new with Kendo and can't seem to figure out how to accomplish ...
Fokwa Best's user avatar
  • 3,535

1
2 3 4 5
55