This is a migrated thread and some comments may be shown as answers.

Include the slider in a custom pager

2 Answers 52 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tim
Top achievements
Rank 1
Tim asked on 18 Jan 2015, 11:05 PM
I love the slider for paging but I do want to include some other controls. How can I include the slider in a custom pager?

2 Answers, 1 is accepted

Sort by
0
Tim
Top achievements
Rank 1
answered on 19 Jan 2015, 12:52 AM
internal class GridPager : ITemplate {
    protected RadSlider Slider;

    public void InstantiateIn(Control container)    {
        this.Slider = new RadSlider();
        container.Controls.Add(this.Slider);
     }
}

But how to bind it to the grid data?
0
Eyup
Telerik team
answered on 22 Jan 2015, 07:23 AM
Hello Tim,

You can add the other controls to the in-built slider pager as demonstrated in the attached web site sample.

Hope this helps.

Regards,
Eyup
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Tim
Top achievements
Rank 1
Answers by
Tim
Top achievements
Rank 1
Eyup
Telerik team
Share this question
or