Hi,
I am using the customized PagerTemplate demonstrated here for all my grids. Is there a way to create a webusercontrol (ascx) or a class than can be shared instead of having to manually type the <PagerTemplate></PagerTemplate> for every grid that uses the special pager template? It makes the most sense to define the template once and then let multiple grids using it.
IE:
<PagerTemplate><uc1:CustomPager ID="CustomPager1" runat="server"></PagerTemplate>
or in codebeind
radGrid1.MasterTableView.PagerTemplate = myPagerClass();
Thank you!
I am using the customized PagerTemplate demonstrated here for all my grids. Is there a way to create a webusercontrol (ascx) or a class than can be shared instead of having to manually type the <PagerTemplate></PagerTemplate> for every grid that uses the special pager template? It makes the most sense to define the template once and then let multiple grids using it.
IE:
<PagerTemplate><uc1:CustomPager ID="CustomPager1" runat="server"></PagerTemplate>
or in codebeind
radGrid1.MasterTableView.PagerTemplate = myPagerClass();
Thank you!