I'm not sure if this only happens in the Grid, but I have been consistently getting a 404 error upon getting http://localhost/Content/kendo/2015.2.902/images/kendoui.woff?v=1.1. Any idea what might be happening?
Thanks.
Laurie
Hello all, I am using telerik MVC grid in my application, i have problem with the loading indicator in chrome browser but is shown in firefox(laptop with resolution 1680*1050), but the loading image is shown in both chrome and fiefox browsers in desktop with resolution 1920*1080. What could be the problem? has anyone has encountered this problem?
Hello,
Scheduler event color doesn't show with datasource autobind set to false
Datasource of the scheduler is being read after dropdownlist is loaded ...
var scheduler = $("#scheduler").data("kendoScheduler");
scheduler.dataSource.read();
Once the editor was open and closed, the color of the events will be shown, see attachment.
We have a problem that after implementing the localization as described in article https://docs.telerik.com/aspnet-mvc/globalization/overview the text "items per page" is only localized after hitting F5 once. Initially it is always displayed in English.
I then created a vanilla Telerik MVC project incl. the grid, from the the default Telerik templates. When I activate paging there, the text is automatically correctly localized.
What I am wondering about ist, that I don't see any localized JS files in that project. Can you tell me how your template project applies the localization? It seems to differ from the mentioned article in this regard.
Regards
Kai
Hello,
I have problem in my timelineWeekview, that if too many Events are shown, the Columns will be shorter than the Scheduler (EventRow.png).
so I have this class in my css file :
#scheduler .k-scheduler-timelineWeekview tr:nth-child(
2
) td:nth-child(
2
) .k-scheduler-content .k-scheduler-table tbody tr{
height
:
100
vh
!important
;
}
what i need, is doing this in jquery and every time the user adds an Event (scheduler changes its Height !), it should change the height of this row too.
so i tried this :
$(
"#scheduler .k-scheduler-timelineWeekview tr:nth-child(2) td:nth-child(2) .k-scheduler-content .k-scheduler-table tbody tr"
).css(
"height"
,
"widget.height"
);
so i thought that the problem is from the css widget height, that I'm not being able to get the new height, so i tried too many other functions (hide(), remove(), attr(), . . . . . .), but the problem is that i can't select this classes.
any help will be great
thanks in advance
Blackout
Hello,
I want to be able to scroll only in the scheduler and not in the whole WebPage, so stopping the User from scrolling in the page is an easy Part to do, but i couldn't find a solution for the scrollbar inside the View !
In the First one I see the scrollbar and this is because i have the dayView and not the TimeLineView ! (scrollbarInDayView_LI.jpg)
In the Second one there is no scrollBar because it's a TimeLineWeek View! (TimeLineWeekView_scrollbar_LI.jpg)
Thanks in advance
Blackout
Hello,
I tried to set Grid column defaultvalue at run time as below code. but "Jenny" does not display in "FirstName" column when I add new record. Could anyone give me advice how to do it? Thanks in advance.
in .cshtml file:
.Edit("onEdit");
In javascript:
function onEdit(e) {
if (e.model.isNew()) {
e.model.set("FirstName", "Jenny");
}
}
Hello,
We have a problem with a NumericTextBox within a Grid.
We would like to automatically select the text when the control NumericTextBox take focus (or only when the input value is 0).
This is defined in a NumericTextBox EditorTemplate as follows in the attached word file. I had to attach a file because of losing text formats while copy/pasting in your rich text editor in this forum (with IE10+Office2013+Win8):
Do you have an idea to make it because we are requested to do it for an intensively used and critical application ?
Thx
Mathieu P
.Net Developper
DEVOTEAM Application Practice (Luxembourg)
I was able to create Excel-like column filters using Filterable(f => f.Multi(true)... But, when the filters are initialized, the checkboxes are all blank and the user has to check what they want to filter on.
The way Excel behaves is that all checkboxes are selected in a filtered list (see attachment). Users then un-select what they don't want to see.
I need my column filters to behave the way Excel filters behave.
Hi guys,
currently have a kendo grid with a subdetail grid template. i have a column with a picture. on click of the image i want to preview the image on popup kendo window.But im getting an error below.
2(index):298 Uncaught TypeError: Cannot read property 'content' of undefined
at HTMLImageElement.showImage ((index):298)
at HTMLDivElement.dispatch (jquery.min.js:3)
at HTMLDivElement.r.handle (jquery.min.js:3)
have submitted a ticket - 1485030
also see attached image screen shot