Telerik Forums
Kendo UI for jQuery Forum
1 answer
192 views

How I can over ride default tooltips of data source filter, I need to show the tooltip based on value available in drop-down 

For example from attached image in place of field drop-down "price ", in place of operator "is greater than or equal to" has to show in tooltip.

Can u please suggest a way to achieve the above query.

Nikolay
Telerik team
 answered on 14 Jan 2021
5 answers
150 views

Hi,

Is there a way to show the scheduler view starting from a visible date range? I tried specifying the date attribute data-date="2014-02-16T05:00:00.000Z" but it doesn't seem to start at the correct date range.

 

https://dojo.telerik.com/@slim@revindex.com/UgIxiPAh

yolo
Top achievements
Rank 1
Veteran
 answered on 14 Jan 2021
4 answers
717 views

Hi, 

I am using the workweek view in the Kendo Scheduler. I would like to know how the Kendo reads the weekend in workweek view. Is it always Saturday and Sunday or do you consider the regional settings. (Example for Saudi Arab weekend is Thursday and Friday)

yolo
Top achievements
Rank 1
Veteran
 answered on 14 Jan 2021
1 answer
179 views

Hi Telerik,

 

When resize the container after add new using SetOptions(), sometimes it will trigger error message "Uncaught TypeError: Cannot read property '0' of undefined".

Kindly share the solution for this issue.

Anton Mironov
Telerik team
 answered on 13 Jan 2021
5 answers
126 views
Hi , how to disable the filters close button which are loaded intially?
Nikolay
Telerik team
 answered on 13 Jan 2021
1 answer
392 views

Dear all,

I'm using Kendo UI for JQuery and would like to bind the following querystring (generated by default from the grid widget):

skip=0&page=1&filter[filters][0][value]=Rare Diseases&filter[filters][0][operator]=eq&filter[filters][0][field]=keyword1.keywordValue&filter[logic]=or

to this model of an ASP.NET Core 3.1 webapp:

 

public class FSP
{
    [JsonProperty("take")]
    public int Take { get; set; }
 
    [JsonProperty("skip")]
    public int Skip { get; set; }
 
    [JsonProperty("page")]
    public int Page { get; set; }
 
    [JsonProperty("pageSize")]
    public int PageSize { get; set; }
 
    [JsonProperty("filter")]
    public Dictionary<string,IEnumerable<Dictionary<string, string>>> Filter { get; set; }
}

 

All parameters of querystring are correctly mapped, except filter. Furthermore, I would like to avoid changing the querystring using the function transport.parameterMap.

Could you help me to find the error?

Thank you in advance.

Filippo

 

 

Georgi
Telerik team
 answered on 13 Jan 2021
1 answer
118 views

I noticed that if I take control of the grid view through the views.grid object of the FileManager and I enable filtering in the grid, there appear to be some issues

1. All filtering options seem to default to the text/string format instead of the format that should be defined in the model. The date created column for example, does not show a date picker.

2. The operators are missing.

Here is a link to an example I set up in the dojo: https://dojo.telerik.com/ACiDOsAs

Is this a bug or as intended, and am I missing anything to get filtering working?

 

Thanks.

Neli
Telerik team
 answered on 13 Jan 2021
4 answers
2.6K+ views
Hi,

I have a cascading dropdownlist,  and if the Item count for the dropdown getting populated is 1 I want to keep the item it default selected instead of showing OptionLabel and the item. Or else remove the Option label in that case. below of the my dropdown which gets populated on change of dropdown 'DeliveryDestinationID'. How do i do this.

@(Html.Kendo().DropDownList()
                                      .Name("DeliveryNameID")
                                      .HtmlAttributes(new { style = "width:235px" })
                                      .OptionLabel("Select Delivery Name...")
                                      
                                      .DataTextField("Text")
                                      .DataValueField("Value")
                                     .DataSource(source =>
                                      {
                                          source.Read(read =>
                                          {
                                              read.Action("GetDeliveryNames", "DeliveryQueue")
                                                  .Data("filterAsPerServiceProvider");
                                          })
                                          .ServerFiltering(true);
                                      })
                                      .Enable(false)
                                      .AutoBind(false)
                                      .CascadeFrom("DeliveryDestinationID")
                                    )



Neli
Telerik team
 answered on 13 Jan 2021
11 answers
1.7K+ views
Dear,

Would it be possible to change the row height of the scheduler when in week and day view?

We've already changed some CSS for the month view because we wanted to see more items per day:

 .k-scheduler-monthview td[role='gridcell'] { /* Makes the cells larger of the month view. */
        height: 150px !important;
    }

However we can't seem to find a similar solution for the day & week views. We're showing all 24 hours and we want to prevent our users from having to scroll down.

Does anyone have a solution for this?

Thanks in advance.

Regards,
Kenny
Dimitar
Telerik team
 answered on 13 Jan 2021
22 answers
1.2K+ views
Hello,

the current behaviour of Kendo Scheduler stands like this - you have to double-click to create / view / edit an event.

Is there a way how to change this to:

Single click selects a timeslot and next single click on that timeslots goes to the create screen. Thank you,

Jakub
Ivan Danchev
Telerik team
 answered on 12 Jan 2021
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?