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

Paging to the SelectedItem

1 Answer 53 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Nathan Spillson
Top achievements
Rank 1
Nathan Spillson asked on 23 Nov 2010, 04:53 PM
I saw a post from the May timeframe indicating that switching to the page of a specific row was not possible. Has there been any progress on this issue?
http://www.telerik.com/community/forums/wpf/gridview/paging-focus-sepecific-row.aspx#1197073

What we're trying to achieve is a 'quick navigation' style grid, where the user has a text box at the top that they can use to search across all columns and then snap to the selected item on a specific page.

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 25 Nov 2010, 10:47 AM
Hello Nathan Spillson,

You can easily switch the pages of RadDataPager programmaticaly by using its methods MoveToPage(page), MoveToNextPage(), MoveToLastPage(), etc.
It is your task to determine on which page the item is.


Kind regards,
Veselin Vasilev
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
Tags
GridView
Asked by
Nathan Spillson
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or