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

RadGridView + RadPager custom controller

3 Answers 69 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Artur
Top achievements
Rank 1
Artur asked on 16 Jul 2010, 11:22 AM
Hi,


I need to do one custom controller that has one radGridView and one pager (as footer). The problem that i need all properties and methods of the radgridview. How can i join this two without loosing anything from radGridView?


Thanks

3 Answers, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 16 Jul 2010, 12:04 PM
Hi Artur,

I am not sure I understood your requirement and the problem. Can you please elaborate a bit more?


All the best,
Veskoni
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Artur
Top achievements
Rank 1
answered on 16 Jul 2010, 12:12 PM
In my page, when i have one grdiview i will have one pager (radDataPager). So i thought to do one custom component with one grid and one pager (as the footer of the gridview). So to do that i'm thinking to inherit from the RadDataGirdview instead inheriting from userControl. This way every method/property from the gridview, my component will have. But the problem is how can i put the pager inside as the gridviewFooter and bind the properties?

Thanks
0
Accepted
Veselin Vasilev
Telerik team
answered on 19 Jul 2010, 01:47 PM
Hi Artur,

You can alter the RadGridView's ControlTemplate and add the RadDataPager there.

Find attached a sample project.

Sincerely yours,
Veskoni
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
Artur
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Artur
Top achievements
Rank 1
Share this question
or