I have a question about the resize behavior of shapes in a diagram.
It appears to me that shapes are getting 'zoomed' or 'stretched' but not actually properly resized.
Please take a look at the attached screenshots.
Also, the borders (strokeWidth stays the same) get stretched and out of proportion, as well as the text (fontSize stays the same).
Is there any way to alter the 'resize' behavior of shapes - because in my opinion it's not actually a resize but rather a strech or zoom and doesn't really look as good as it should.
Hi Telerik support team !
I have a problem when using 2 tileLayout. When I drag item from tileLayout 1 to inside tileLayout 2 Error appear "Uncaught TypeError: Cannot read property 'order' of undefined"
Please help me to avoid it.
I thing to hidden when overflow container of tileLayout but i don't way to set it.. Please helme.
Here is code
https://dojo.telerik.com/IkeHoxob/9
My admins HATE the way the daterangepicker works, they wanted me to pass it along, I'm not sure where to post.
Like look at this...
https://www.screencast.com/t/g3DVcVspyLuf
It's like you want to go left, and it goes... down. What you want to happen isn't happening, it's just off in left field wiping out fields and resetting itself.
I have code that adds buttons to a kendoToolBar. Upon completion, the button is added but the .items array still says null or undefined. The basic gist I am ultimately after is how to iterate through the buttons/controls in a toolbar and delete them all or at least delete them one by one by id. But, I can't figure out the syntax for iterating this array. Can anyone point out what I'm doing wrong?
var toolbar = $("#tbrMyToolBar").data("kendoToolBar");
toolbar.add(
{
type: "button",
attributes: { "class": "k-button" },
text: name,
id: "testbutton",
togglable: false,
click: function(e)
{
}
});
console.log(toolbar.items.length);
I'm testing with the latest Telerik from CDN but the toolbar is missing the date range. Any idea why it won't show? Here is the dojo link:
https://dojo.telerik.com/@slim@revindex.com/UgIxiPAh
https://dojo.telerik.com/iliDopep
If we stick a column then apply a filter to another column.
We unstick the column we set previously.
Then clear the filter and the sticky column appears again.
Is this a known issue?
Thanks.
I have a problem with treelists in FireFox (Chrome and Edge work fine).
When you resize a column with the mouse to the absolute minimum you can no longer grab the side of the column to widen it again.
Is there a way to set a minimum column size in treelists? If so, I haven't found it.
Thank you for your time,
Hans