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

show new row in the current page itself

1 Answer 67 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sigma
Top achievements
Rank 1
Sigma asked on 19 Nov 2012, 09:40 AM
Hi telerik,

My RadGrid has paging and sorting enabled. I am using add new record button to insert in my RadGrid. I am also using automatic crud operations. But my inserted rows are showing in the last row of the RadGrid. I want to show it in the current page itself. Please help me to achieve this scenario.

Thanks in advance.........

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 19 Nov 2012, 09:43 AM
Hi,

Please try setting MasterTableView property InsertItemPageIndexAction to ShowItemOnCurrentPage.

ASPX:
<MasterTableView  InsertItemPageIndexAction="ShowItemOnCurrentPage">

Thanks,
Shinu.
Tags
Grid
Asked by
Sigma
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or