Hi,
I'm trying to change kendo grid Edit & create button popup titles,
both buttons popups same win but need to change edit button popup title as exists (Edit), & create(Add new record) button popup title to Add new record,
please help me to do this change...
Hi
I am working on Multiselect Customizing Template given on https://demos.telerik.com/kendo-ui/multiselect/template
I followed the example and created the same into my project. But the issue i am facing is that I have to copy the css as given in the example and add it into my css file.
Now talking about the css linked with #customers-list
This id is generated automatically by kendo.
Now if i want to add multiselect at multiple places into my project i have to add new id dependency into the css for it to support the image styling with the text.
Is there any way that i only create the CSS ones and use it for other select boxes as well
CSS in example:
#customers-list .k-item { line-height: 1em; min-width: 300px; } /* Material Theme padding adjustment*/ .k-material #customers-list .k-item, .k-material #customers-list .k-item.k-state-hover, .k-materialblack #customers-list .k-item, .k-materialblack #customers-list .k-item.k-state-hover { padding-left: 5px; border-left: 0; } #customers-list .k-item > span { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: inline-block; vertical-align: top; margin: 20px 10px 10px 5px; } #customers-list .k-item > span:first-child { -moz-box-shadow: inset 0 0 30px rgba(0,0,0,.3); -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.3); box-shadow: inset 0 0 30px rgba(0,0,0,.3); margin: 10px; width: 50px; height: 50px; border-radius: 50%; background-size: 100%; background-repeat: no-repeat; } #customers-list h3 { font-size: 1.2em; font-weight: normal; margin: 0 0 1px 0; padding: 0; } #customers-list p { margin: 0; padding: 0; font-size: .8em; }
I have a grid where I have some buttons with icons for every row. For those buttons I need to display some tooltips. To do this I am using the kendo tooltip however when the user hovers the button and after the tooltip is displayed the user clicks on the button, the button is hidden but the tooltip is still shown.
How can I close the tooltip when the element is no longer visible on the screen?
kendo.parseDate("/Date(-62135537400000)/")
it returns Mon Jan 01 0001 08:37:02 GMT-0752 (Pacific Standard Time) I need the time and it is 8:30 it is adding 7 minutes, start happening recently it was working on the page since 2018.
Hi guys
I develop scheduler's week, day.
for example
sunday is rest day.
and monday ~ saturday is work day.
working hours vary by day of the week.
like this below.
(mon : 10:00~12:00, lunch time: 12:00~13:00, 13:00~17:.00)
(thursday: 10:00~12:00, lunch time: 12:00~13:00, 13:00~18:00)
How to describe work time and lunch time?
I want that lunch time 's background color is grey. and event disabled,
and not work time is disabled too.
I read week day's min, max date
min date is startTime
max date is endTime.
please check and response...
please please..
regards,
Hi team,
Facing this issue after an upgrade of kendo to 2021.2.511
I am trying to use kendo window ui jquery as a popup. With the same methods and property of window ui i am not able to minimize the window on double click if once it is set to maximize
Second time double click on the title window is minimizing the popup. But not first time
Tried a lot, but unable to find a solution for it. Request your help in guiding the same.
Attached is a screenshot reference to say, once the window is maximized, it is not minimising on first click of window title
Thanks,
Archana S