Telerik Forums
Kendo UI for Angular Forum
3 answers
236 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
182 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.2K+ 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.9K+ 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
181 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
512 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
240 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
162 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
1 answer
106 views
I am trying to modify the style of x-axis labels by using the Visual function.  How can I access "this" scope within that function so I can access variables in my component?  Currently, the Visual function only provides AxisLabelVisualArgs.  
T. Tsonev
Telerik team
 answered on 12 Mar 2019
1 answer
174 views
I really like the slide show option on the slider for asp.net ajax from here https://demos.telerik.com/aspnet-ajax/slider/examples/slideshow/defaultcs.aspx.  However I am creating a web site using .net core and angular.  Is it possible to get the same functionality for the kendo UI for angular slider as the ajax version, and if so how?  If it is not possible are there any plans to update the slider in Angular to have this functionality?
T. Tsonev
Telerik team
 answered on 12 Mar 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?