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
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
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?
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!
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?
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
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.