Hi,
I got the following question:
How to show an image as Tooltip in a GridDataCell?
The image should only be visible if the user hovers over the cell.
Thanks in advance,
Ben
Hi,
Is there a way to show the lines between parent and child nodes at TreeView ?
Hi,
Is there a way to set the width of a notification to 100% of the available space?
The API documentation suggests I can achieve this using the cssClass property (https://www.telerik.com/kendo-angular-ui/components/notification/api/NotificationSettings/#toc-cssclass). I've tried adding width: 100% to the button-notification class in this fork of one of your examples: https://angular-btu63g.stackblitz.io but the notification width remains the same.
The width does change when I set an absolute value (e.g. width: 600px;).
But I can't predict what the available width will be and when the available space is less than the absolute value I set I get the following:
I want the notification to fill the entire available width (see below example from the Kendo website).
If I'm missing anything in the API documentation kindly point me in the right direction.
Hi,
I tried to implement slotDuration in Scheduler but that"s not working ?
I want only showing event, with X minutes duration in scheduler
Could you help me
Thanks
Hi,
Currently i see if we rewrite AngularJS Kendo Application with Angular12
So i test yours Angular components
What is angular equvalent to JS
$scope.kScheduler.setOptions({
majorTick: majorTickValue,
minorTickCount: minorTickCountValue
})
Regards
Hi! I wanted to know how to programmatically scroll the editor to the current cursor. I am currently using
this.kendoEditor.exec('insertText', { text: '##FLAG##' });
this.kendoEditor.value = this.kendoEditor.value.replace('##FLAG##', '<b>content</b>');
and if the cursor was at the bottom the user will not see the new text.
Hi
I read data from an service and when scheduler component tried to read data i have following error message
4:14:34 PM ERROR [./src/app/core/interceptors/GlobalErrorHandlerService.ts:25] TypeError: this.originalData.forEach is not a function
at DataBindingDirective.process (index.js:6438)
at DataBindingDirective.set data [as data] (index.js:6402)
at setInputsForProperty (core.js:10940)
at elementPropertyInternal (core.js:9984)
at Module.ɵɵproperty (core.js:14764)
at AgendaSchedulerComponent_Template (agenda.scheduler.html:22)
at executeTemplate (core.js:9579)
at refreshView (core.js:9445)
at refreshComponent (core.js:10616)
at refreshChildComponents (core.js:9242)
I have tried to debug without succes to find data with problem
Object.keys(ev).forEach(function(x){
console.log('\"'+ev[x]+'\"');
}); is ok
How could find problem field ? Regard
Hi,
How can I automatically focus on a kendo ui textbox when page is loaded?
I found the focus() method, is there another way to focus without calling this method?
thx!