Hello,
I have a problem, the first loading of my page displays this page "error" and when I refresh everything is perfect
Do you have any ideas ?
Thanks you !
Hello,
How can i set step half hour or hour when user resize task? For view 'year' step 1 day.
Hi,
I have a dojo for my problem : https://dojo.telerik.com/oJiJEFoW/2
I would like to be able to display the title of the column (as in the screen) just above the search bar in my filter by selection.
I hope I have been understandable, thank you in advance to you!
Hello,
I am want use badge in menu like in this example: https://dojo.telerik.com/EkamaFux
I found one way use it. I'm add badge on open event like this: https://dojo.telerik.com/odoCOBuS
Is there exists simpler way?
Hi there, could you provide me an example of a drop down cell editor (all cells in a column) where the dropdown is bound to a datasource.
Thanks in advance!
Phani
I can rotate the tab labels by putting a css rotate into the <li> entry. However it doesn't modify the size of the tabs to match. Is there a way to have the tab strips down the side of the display and have the labels turned 90 degrees so that they fit?
Hello,
I wanted to test the new Grid Column Virtualization (https://demos.telerik.com/kendo-ui/grid/column-virtualization) but I noticed that the Typescript typings don't accept string, only number:
interface GridScrollable {
virtual?: boolean;
endless?: boolean;
}
According to the API, this should be possible: https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/scrollable.virtual