Telerik Forums
Kendo UI for Angular Forum
2 answers
219 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
141 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
97 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
155 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
1 answer
160 views

Hi.

Is there a reason that format is different for grid {0:c4} (link) and numeric 'c4' (link).

This brings some confusion, and lengthens learning time.

Depends on the answer: Does it make sense to add feature request to join this 2 formats, or support both in all components?

Svet
Telerik team
 answered on 12 Mar 2019
3 answers
133 views

I am currently working on a project that relies heavily on nested data. Today I saw here, that the TreeList component is listed under "Our Long-Term Vision". But there are no more informations than that.

Now my question is: Are there any more informations on the side of the Kendo UI for Angular team about this component?

My project must be done until january. Is there a chance the component will be available before that (or even a preview version of the component)

If not, what are some good alternatives? The main goal is to display some nested data in a simple table-like manner.

 

Thanks alot!

Svet
Telerik team
 answered on 08 Mar 2019
2 answers
480 views

     I really like the navigator feature of the stock charts... I was hoping to re-purpose that control, since it derives from the standard chart control and since "the stockchart supports all configuration options of the Chart" I thought I could draw other, non candlestick series on the chart.

It appears this control ONLY supports candlestick series.

Is this correct?

If so, is there any way to use the navigator control with a the regular chart component? Or to build my own derived control that has the navigator?

 

Svet
Telerik team
 answered on 06 Mar 2019
1 answer
319 views
Is it possible to use the Kendo MVC Office 365 css in Kendo Angular?  In Chrome?
Dimiter Topalov
Telerik team
 answered on 06 Mar 2019
3 answers
985 views

I have a grid column that has several fields with blank strings ("    "). I want to filter them using one of the operators available from list for <kendo-string-filter-menu>. 

The 'Is empty' operator filters strings that have length 0 ("") . It fails to filter ("   ") blank spaces as part of criteria. None of the operators available solved my problem. 

This is kind of critical to a requirement that working on. Can you please help. 

Thanks.
Ramakrishna Reddy Bairi,
Wells Fargo

Dimiter Topalov
Telerik team
 answered on 06 Mar 2019
1 answer
76 views

Looking for suggestions or examples of handling drag and drop between objects in a container to a specific item within a different container.  Something like what this image tries to depict.

 

Svet
Telerik team
 answered on 04 Mar 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?