Jim
Posted
on Feb 9, 2012
(permalink)
I am trying to adapt this demo to customize the pager in a telerik:GridTableView
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/customizingpager/defaultcs.aspx
I cannot figure out how to access the GridPagerItem in my GridTableView
Thanks,
JIm
Reply
Answer
Shinu
MVP
Posted
on Feb 9, 2012
(permalink)
Hello Jim,
Try the following code.
c#:
-Shinu.
Reply
Jim
Posted
on Feb 10, 2012
(permalink)
That works, e.Item.OwnerTableView.Name was what i needed. Thanks for the prompt response.
Reply