python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Kendo UI MVC grid not seeing Model.Columns data
Hey all I am using Kendo UI for ASP.NET MVC version 2022.R1.SP1 and I have populated a grid with one row:
The above screenshot grid works only when I comment out the FOREEACH statement in the code be...
StealthRT
Votes: 0
Answers: 0
How to disable all days in month except 2nd and 4th week's Thursday in Kendodatepicker
I am using kendodatepicker in HTML form for selecting dates.
I want to make all dates of every month disabled and only show the 2nd and 4th weeks Thursday only to be selectable (means the user can sel...
shubham
Votes: 0
Answers: 1
How to group in a specific order in Kendo ASP.NET MVC
I have a Kendo Grid in ASP.NET MVC and I've grouped my datas.
@(Html.Kendo().Grid<Correspondent>(Model.Correspondents)
.Columns(columns =>
{
columns.Bound(p => ...
Le Gros-Porteur
Votes: 0
Answers: 1
Kendo Grid Exporting of Live Data
For the life of me, I cannot determine a solution to this. I have a Kendo Grid that grabs random part numbers for an audit. However, when I export the grid to Excel, it executes the datasource again,...
Scott Scriver
Votes: 0
Answers: 1