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

Radgrid inline insert: the page index becomes last

3 Answers 155 Views
Grid
This is a migrated thread and some comments may be shown as answers.
vishesh kumar
Top achievements
Rank 1
vishesh kumar asked on 30 Sep 2010, 07:39 AM
Hi, 

I am successfully able to use radgrid for inline insert.

However, on click of add a new item, the grid goes to the last page showing the items in the end.

Is there a way to force the grid to display the same items? (ie, remain on the same page)

Thanks
Vishesh

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 30 Sep 2010, 08:04 AM
Hello Vishesh,

Please refer to the second grid from the following online example for more information about how to achieve the desired functionality:
Command Item

Kind regards,
Pavlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Princy
Top achievements
Rank 2
answered on 30 Sep 2010, 08:10 AM
Hello Vishesh,

You can dispaly the insert form on current page of grid by setting InsertItemPageIndexAction property of MasterTableView.

ASPX:
<MasterTableView  CommandItemDisplay="Top"   InsertItemPageIndexAction="ShowItemOnCurrentPage">

Thanks,
Princy.
0
vishesh kumar
Top achievements
Rank 1
answered on 30 Sep 2010, 09:35 AM
Thanks Pavlina and Princy. :)
Tags
Grid
Asked by
vishesh kumar
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Princy
Top achievements
Rank 2
vishesh kumar
Top achievements
Rank 1
Share this question
or