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
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?
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
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.
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.
Hello,
Is it possible to add a textbox dinamically, by clicking a button?
I have the following code, and I need to add a textbox, just like the one I already have when click the "Add Button"
01.
<!DOCTYPE html>
02.
<
html
>
03.
<
head
>
04.
<
meta
charset
=
"utf-8"
/>
05.
<
title
>Kendo UI Snippet</
title
>
06.
07.
<
link
rel
=
"stylesheet"
href
=
"https://kendo.cdn.telerik.com/2020.3.1021/styles/kendo.default-v2.min.css"
/>
08.
09.
<
script
src
=
"https://code.jquery.com/jquery-1.12.4.min.js"
></
script
>
10.
<
script
src
=
"https://kendo.cdn.telerik.com/2020.3.1021/js/angular.min.js"
></
script
>
11.
<
script
src
=
"https://kendo.cdn.telerik.com/2020.3.1021/js/kendo.all.min.js"
></
script
>
12.
</
head
>
13.
<
body
>
14.
15.
<
div
>
16.
<
input
id
=
"textbox"
style
=
"width: 100%;"
/>
17.
<
input
type
=
"button"
id
=
"add"
value
=
"Add TextBox"
class
=
"k-button"
/>
18.
</
div
>
19.
<
script
>
20.
$(document).ready(function () {
21.
$("#textbox").kendoTextBox({
22.
placeholder: "email@email.com.br",
23.
label: {
24.
content: "Email",
25.
floating: true
26.
}
27.
});
28.
})
29.
</
script
>
30.
</
body
>
31.
</
html
>
Hi
Do have facility for print(Export to PDF) Gantt chart in to PDF with multiple pages.
One of our client want this feature.
Regards
mamachan
How to truncate chart title if text is too long also once text is truncate show full text on mouse over or show in tooltips.
https://dojo.telerik.com/IRaJuJiH