Telerik Forums
UI for ASP.NET MVC Forum
12 answers
2.1K+ views

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

Misho
Telerik team
 answered on 29 Sep 2020
3 answers
190 views

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?

 

 

Geetha
Top achievements
Rank 1
Veteran
 answered on 29 Sep 2020
8 answers
322 views

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.

 

Neli
Telerik team
 answered on 29 Sep 2020
1 answer
141 views

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

Alex Hajigeorgieva
Telerik team
 answered on 25 Sep 2020
1 answer
186 views

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:100vh !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

Aleksandar
Telerik team
 answered on 25 Sep 2020
1 answer
106 views

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

K.Ramadan
Top achievements
Rank 2
Veteran
 answered on 22 Sep 2020
1 answer
309 views

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");
         
        }
   }

Georgi
Telerik team
 answered on 22 Sep 2020
8 answers
598 views

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)

Anton Mironov
Telerik team
 answered on 21 Sep 2020
8 answers
977 views

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.

Nikolay
Telerik team
 answered on 21 Sep 2020
2 answers
411 views

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 

Marc Plaxton-Harrison
Top achievements
Rank 1
 answered on 21 Sep 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?