Telerik Forums
Kendo UI for Angular Forum
1 answer
68 views

If you have a start/end time that does not include the current time then the current time marker will give the schedule odd behavior.

https://stackblitz.com/edit/angular-jrvxwy

So for example if the start/end time is 8:00AM - 10:00AM but the current time is 3:00PM.

 

Sometimes there is a red arrow that locks to the top of the scheduler.  I have also seen the the issue create a large whitespace below my calendar with a red arrow/line underneath.  Setting the [currentTimeMarker]="false" solves the issue.  I would expect that the marker would just not show anywhere if the time range does not support it.

Martin Bechev
Telerik team
 answered on 21 Mar 2019
2 answers
289 views

I'm using an external form to edit grid rows. I have a CommandColumn that contains 3 buttons with the EditCommand, RemoveCommand, and CancelCommand directives.

I have the edit and remove commands working, and the data is being bound to the external form. I can also save the form just fine.

 

However, I have a requirement for the cancel to exist on the grid row, not on the form. I'd like the grid row to toggle to an edit mode, but have the editing done in my form, thus allowing me to cancel from the grid.

 

Is this even possible? I couldn't figure out any way to do it on my own.

Dimiter Topalov
Telerik team
 answered on 21 Mar 2019
3 answers
195 views

Looking at using a progressbar with my Angular project. Does there exist something in the Kendo UI Angular library?  

Im only using the buttons and dialog libraries now, and will be using the grid as well.

 

Dimiter Topalov
Telerik team
 answered on 20 Mar 2019
1 answer
169 views

I would like to know if it is possible to generate PDF/A compliant file with PDF Export?

 

T. Tsonev
Telerik team
 answered on 20 Mar 2019
1 answer
2.1K+ views

How can I prevent closing menu after item is clicked?

I am using select event and navigate to another page inside handler, but I don't want that menu is closed.

Martin Bechev
Telerik team
 answered on 15 Mar 2019
1 answer
1.8K+ views

I am using the DialogService to open a help dialog popup at runtime. It seems to work fine, except the close 'X' icon of the dialog disappears after a certain testing pattern.

The dialog initially displays OK with the close 'X' icon at the upper right corner of the dialog. After I clicked on a toggle switch button to hide and show different components on the page, then the same help dialog would open with a missing close 'X' icon at the top right corner. From then on, any dialog popup would no longer show a close 'X' icon to close the dialog. Pressing ESC only would close the dialog. 

I think there may be some css conflict that caused the close icon to not display, but I can't figure it out.

When capturing the HTML of the dialog titlebar in both cases, the HTML difference shows there are tags ::before and ::after for the dialog instance that shows the close icon.

Can you tell me how to force the close 'X' icon to display on the dialog?

Thanks!

Svet
Telerik team
 answered on 15 Mar 2019
2 answers
173 views
    I can't be the first one to try this.  I am using a Grid with inline editing.  I use a save handler:

(save)="saveHandler($event)"

The saveHandler transmits the change to the server, but then the server throws an exception.  How do I "undo" those changes locally since the grid has already saved by the time the saveHandler is ran (i.e. the Save/Cancel buttons are no longer even visible)?
Dimiter Topalov
Telerik team
 answered on 14 Mar 2019
3 answers
497 views

Hi

I have a kendo-window with a grid. The requirement is that I should disable the kendo-window scrollbar and only enable the scroll-bar for the grid withing it.Is this possible? If so how. Any help is greatly appreciated.

Regards,

Jyothi

Dimiter Madjarov
Telerik team
 answered on 13 Mar 2019
2 answers
229 views

Hi,

 

Is there an option in kendo-windo where we can drag the kendo-window out of the frame and more it to another monitor?

People use multiple monitors and the requirement is that they be able to drag the kendo-windo out of the frame to another window.

Any help is greatly appreciated.

 

Regards,

Jyothi

Jyothi
Top achievements
Rank 1
Iron
Iron
Veteran
 answered on 13 Mar 2019
2 answers
149 views

I'm using the PanelBar in my Angular 7 app. I have the app-routing.module.ts routing config populated with parent child routes.

On each route (parent and child) I'm using the canActivate guard.

 

If my guard returns a false - my PanelBar still shows the path. Although if I try and navigate to the path - Angular routing blocks it like it should.

 

<kendo-panelbar [selectable]="true">

   <kendo-panelbar-item
   *ngFor="let route of router.config"
   [id]="route.path"
   [title]="route.path ? route.path : 'home'"
   [selected]="'/' + route.path == selectedId"
   [routerLink] = "route.children?null:route.path"
   [expanded]="'/' + route.path == selectedParent">

        <kendo-panelbar-item
       *ngFor="let child of route.children"
       [title]="route.path + '/' + child.path"
       [id]="route.path + '/' + child.path"
       [selected]="'/' + route.path + '/' + child.path == selectedId"
       [routerLink] = "route.path + '/' + child.path">
      </kendo-panelbar-item>

   </kendo-panelbar-item>

</kendo-panelbar>

 

How do I hide the false guard paths in the PanelBar?

Thanks

 

Dimitar
Telerik team
 answered on 12 Mar 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?