Telerik Forums
Kendo UI for jQuery Forum
2 answers
5.3K+ views
Is there a way to completely remove or hide the dropdown where it says "Is Equal To", "Does Not Contain", etc?

I am using a data source so this dropdown is not necessary.

Thanks!
Stefan
Telerik team
 answered on 10 Nov 2020
1 answer
742 views

I followed this example to add values to the multiselect without using a popup, but I noticed that whenever the multiselect loses its focus, the text that has been typed on it disappears.

I wish to avoid this behavior, since it would be annoying to a user to type something and click somewhere else and that value to be lost.

Is this possible?

Martin
Telerik team
 answered on 09 Nov 2020
1 answer
1.6K+ views
now the text cut due to the overflow setting, is it possible to wrap it?
Ivan Danchev
Telerik team
 answered on 09 Nov 2020
4 answers
107 views

Hello,

Auto Expand works normally for all Rows at the same Time.

But what I'm trying to do, is to let the Row in the TimelineWeek-View expand, where there is many Events in one of Rows Cells,

And only That Row should expand !

Is there anyway to achieve that ?

 

I have attached an img where you can see, a Row with only one Event and a Row NO Events have the same Height as the Row With multiple Events.

And That is exactly what I'm trying to avoid.

 

Thanks in Advance

Karam Ramadan

Aleksandar
Telerik team
 answered on 09 Nov 2020
7 answers
5.0K+ views
Hello,

Is there a way to restrict kendo combobox being edited manually but only allow the user to select from the dropdown values. If yes would you give an example in razor please?

I also want to allow the user to edit to a valid date in a kendo datepicker but not any other text. Is that possible?

Thanks
Floris
Top achievements
Rank 1
Iron
 answered on 07 Nov 2020
1 answer
4.7K+ views
I have a kendo grid with a column that has a row template that is a checkbox. When it is selected, it marks that row as selected so that I can operate on a subset of the rows selected by the user.

I wish to place a checkbox in the column header that will check or uncheck every row in the grid.

I have tried adding a headerTemplate with a checkbox but I do not know how to cause it to select all rows.

Also, for some reason the checkbox in the header does not get checked when I click it, instead when I click it, it appears to try to sort the grid (the asc/desc arrows appear on the header cell). I've tried adding `filterable: false` but this still happens.

My grid is below. The column in question is `select_all`

    <div id="PatrolRecords"
            data-filterable='{ "mode": "row" }'
            data-role='grid'
            data-sortable='true'
            data-detail-template='patrolDetailTemplate'
            data-detail-init='detailInit'
            data-bind='source: reportData, events: {excelExport: excelExportHandler}'
            data-bound='onDataBound'
            data-pageable='{ "pageSize": 10 }'
            data-toolbar='[{ template: kendo.template($("#toolbarTemplate").html()) }]'
            data-excel='{ "fileName": "Patrols.xlsx", "allPages": "true" }'
            data-columns='[
                {
                    field: "address",
                    title: "Address",
                    template: kendo.template($("#addressTemplate").html()),
                    filterable: { cell: { operator: "contains" } }
                },
                {
                    field: "end_date_seconds",
                    title: "Date & Time",
                    template: kendo.template($("#dateTemplate").html()),
                    filterable: false
                },
                {
                    field: "patrolled_by",
                    title: "Patrolled By",
                    filterable: { cell: { operator: "contains" } }
                },
                {
                    field: "select_all",
                    width: 35,
                    headerTemplate: "<input type=\"checkbox\" id=\"chkAll\" />",
                    template: "<input type=\"checkbox\" class=\"check_row\" />",
                    filterable: false
                }
            ]'>
        </div>
Kamaraj
Top achievements
Rank 1
Veteran
 answered on 07 Nov 2020
2 answers
142 views

 

I checked the documentation for the API and am utilizing the open method

However when opening the calendar popup this way the keyboard navigation no longer works.  The only way to select a date seems to be via mouse click.

 

The issue is re-creatable on the demo example below

https://docs.telerik.com/kendo-ui/api/javascript/ui/datepicker/methods/open

I have found I can programatically set a kind of focus using the code

setTimeout(function () {
                 var ev = $.Event("keydown");
                   ev.keyCode = 39;
                      $("#FromDate").trigger(ev);
}, 100);

 

But after this the keyboard navigation is still not active.

Is there a way to make this work?

 

 

james
Top achievements
Rank 1
 answered on 06 Nov 2020
6 answers
169 views

I have added some fields with caption names like this:
location: { caption: "Butik" }
but the problem is that its not used for grouping
it seems like a bug to me, is there way around it? 

https://stackoverflow.com/questions/31749074/kendo-pivotgrid-translation-bug

Tsvetomir
Telerik team
 answered on 06 Nov 2020
1 answer
110 views

While re-ordering columns in Chrome 100% zoom.   Telerik v 2020.2.512.0   Javascript error: Cannot read property '_owner' of null     at Telerik.Web.UI.GridColumn._onMouseUpHandler 

is failing on line 45152  if (d != null && this._canDragDrop && !j._owner._isResize) Telerik.Web.UI.WebResource

Any ideas?  Of where to look for the cause. 

 

Tsvetomir
Telerik team
 answered on 06 Nov 2020
1 answer
108 views

     Hi team,

 

The edit zone of the view html dialog does not fit the width of that dialog and cannot be resized.

 

Best regards.

 

Laurent.

Aleksandar
Telerik team
 answered on 06 Nov 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?