RangeSlide: how to enable it? - kendo-ui-angular2

i'm just looking how to enable range slider on kendo slider for angular 2:
Here component page: http://www.telerik.com/kendo-angular-ui/components/inputs/slider/
So thanks.
Diego

Currently the Kendo UI Slider for Angular 2 cannot be used as a range slider.

Related

Update the pager info in Kendo Grid pager

Hi I want to update the pagerinfo of Kendo UI.
It was attained in jQuery by above. How Can I update the same in Angular.
I'm seeing the below options but nothing helps.
Can anyone help me in here ?
You can use the Grid pager template to customize the content, layout and formatting of the displayed information:
Grid Pager Template
All relevant variables like total, pageSize, skip, etc., are available in the template.
Apply custom formatting in the template or utilize the Kendo Intl formatNumber function to format the desired values.

Multi Column Header for Angular 2 Kendo Grid

I am try to create a Kendo Grid with multi column header using Kendo UI for Angular 2. Previously, the old version for Kendo supported this (http://demos.telerik.com/kendo-ui/grid/multicolumnheaders). Is this supported in the Kendo Grid for Angular 2?
Another thing that I am trying is column filtering capability which was enabled using the columnMenu option previously. Is this option present in the Kendo Grid for Angular 2?
Both of these are part of the future plans of the framework, note that Kendo UI for Angular 2 is a completely new product built from scratch and you can keep track on the roadmap here:
http://www.telerik.com/kendo-angular-ui/roadmap
The feature is now implemented.
You need to use the <kendo-grid-column-group>
Here is a plunker from KendoUI http://plnkr.co/edit/mPbo8CRYYm2AcdGdEfrY?p=preview
Source: http://www.telerik.com/kendo-angular-ui/components/grid/columns/#toc-multi-column-headers

Does ScrollViewComponent from Kendo UI for Angular 2 support individual pages?

The documentation and samples for the ScrollViewComponent just explain how to use the component with a data-bound template.
Isn't it intended to be used like a tabcontrol or wizard?
I.e.
<kendo-scrollview ...>
<kendo-scrollpage>
<my-component></my-component>
</kendo-scrollpage>
<kendo-scrollpage>
<p>And now for something completey different ...</p>
</kendo-scrollpage>
</kendo-scrollview>
The short answer is, no, this scenario is out of the scope of the ScrollView component. It is built around the idea of databound templates. Conceptually similar to the mobile Kendo ScrollView widget.

How to put built in pagination control on top and bottom of Angular UI Grid 3

Is there a solution to put same built in pagination control on top and bottom of Angular UI Grid 3.x?
I know that solution is build own control like demonstrated on example

Android component

Does anyone know what component it is or what components are being used?:
Here is the link, it is the second image in the App Screenshots section:
The Image
Thanks for any help.
ListView is used in that screen and with custom Array Adaptor and also Button controls are also used to navigate between days.
http://developer.android.com/guide/topics/ui/controls.html
try this link if you want to learn about different layout used in android.

Resources