Questions tagged [raddatapager]

10 questions
3
votes
1 answer

RadDataPager findcontrol returns null in some situation

hi my dear friends : i have a radcombobox that is in relationship with RadListViw (with RadDataPager Inside)... when i change the item of rad combobox , so RadListView is Updated... selectedIndexxhanged() server-side event... my…
SilverLight
  • 19,668
  • 65
  • 192
  • 300
3
votes
1 answer

how change the RadDataPager Page# From CodeBehind (server-side)

hi my dear friends : how can i change the RadDataPager(telerik) Page# From CodeBehind (server-side)? mean change the current page to another! i can find it like below : var raddatapager = (RadListViewImages).FindControl("RadDataPager1") as…
SilverLight
  • 19,668
  • 65
  • 192
  • 300
3
votes
0 answers

Telerik RadDataPager Page Routing Navigation Links

I have a routed page url for raddatapager and after I have updated to Q2 2013 the RadDataPager creates navigation pages like this www.mysite.com/quotes/1_25 -> {page_pagesize} <- NOT OK! instead of www.mysite.com/quotes/1 -> {page} <-…
Mario
  • 13,941
  • 20
  • 54
  • 110
1
vote
1 answer

Custom Paging in DataPager control

can any one have idea how to implement custom paging in silverlight / telerik DataPager like asp.net pager control Suppose i have a count of records in table suppose 100000 My page size is 1000 so at first point (page load) get only first 1000…
Chirag
  • 375
  • 4
  • 30
1
vote
1 answer

filtering is not working for Telerik RadGridView Silverlight

I am using telerik radgridview whose item collection is domainsource bound to datapager I have 20 pages, when i filter on the column it just filters on the current page , how do i make it to filter on the whole collection. below is my code …
GANI
  • 2,013
  • 4
  • 35
  • 69
0
votes
1 answer

CurrentPageText changed by using C# code in RadDataPager

I want to chance CurrentPageText text property by using c# code. i am using
Gaurav Agrawal
  • 4,355
  • 10
  • 42
  • 61
0
votes
2 answers

Telerik RadDataPager, how to add pagesize field in pager

I am trying to implement raddatapager in my wpf application. Everything seems to be working fine except for the pagesize field. I can get the pagesize field in my page. It's showing other stuff like total pages, next previous button but not the…
Ask
  • 3,076
  • 6
  • 30
  • 63
0
votes
1 answer

Telerik RadGridView + Style + RadDataPager = Cannot find source for binding IsPinned

Hello SO community :o) First of all, I am sorry for my english, I know this is not perfect, but I break my back to improve it. :) I am currently working with the telerik Framework in WPF. Here is the code (I had to change my variables name) …
pix
  • 1,264
  • 19
  • 32
0
votes
1 answer

Asp.Net Telerik RadDataPager Previous button rendering onclick return false

I'm trying to use the Asp.Net Telerik RadDataPager with my own server side custom paging (I have millions of rows so need to manage this myself). The Next and Last buttons are firing and I can show the relevant page of data in my grid, but the…
Confused
  • 869
  • 1
  • 7
  • 16
0
votes
2 answers

Checkbox loses its checked state, and click event with Telerik RadDataPager

I have a page that uses the Telerik RadListView control and a Telerik RadDataPager control. The RadListView control holds checkboxes with each item. The checkboxes have been wired to a click event using jQuery (see below).…
Akin
  • 137
  • 2
  • 12