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

[Solved] Setting initial page when using ajax binding

4 Answers 105 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Skip Harris
Top achievements
Rank 1
Skip Harris asked on 22 Jan 2010, 09:40 PM

I have a grid in which I am using Ajax binding.  One of my columns contains action links to open an edit screen for an item.  When I return to the page with the grid, the grid always defaults to page one.

Is there a way to specify what page the grid opens to?  For example, if I click “Edit” and open an edit screen for an item that is on page 4, I want to be able to set the grid to page 4 when I navigate back to the grid screen.

If this is not currently supported, will it be in a future release?

Thanks,

Skip

4 Answers, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 25 Jan 2010, 08:42 AM
Hello Skip,

Unfortunately, this functionality is not scheduled for the upcoming release, but it is quite desired and therefore likely to get in the next one. It is logged in our issue tracking system where you can vote for it and leave your comments (perhaps regarding how you would like to use it in your scenario).

All the best,
Alex Gyoshev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Eti
Top achievements
Rank 2
answered on 24 Nov 2010, 11:08 AM
Has this functionality been included in any release? 

The link to the PITS does not work and i can't seem to find it in there ( btw the PITS is horrible for trying to search this ).
0
sL342799
Top achievements
Rank 1
answered on 06 Mar 2011, 11:53 PM
Have this exact issue as well... has a fix been implemented yet?

thanks for all your hard work!
0
Eti
Top achievements
Rank 2
answered on 07 Mar 2011, 10:36 AM
// now i do it like this:
.Pageable(pager =>
{
        pager.PageTo(currentPage);
        pager.PageSize(10);
}

// PS to form admin: When inserting code i can't add any more text outside the code block ( using chrome )
Tags
Grid
Asked by
Skip Harris
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Eti
Top achievements
Rank 2
sL342799
Top achievements
Rank 1
Share this question
or