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

disable radgrid paging in client side

1 Answer 218 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dhamodharan
Top achievements
Rank 1
Dhamodharan asked on 19 Aug 2011, 02:41 PM
Hi,

I am using radgrid. i want to avoid paging when data has been modified. i am using onCommand method i have stopped redirect. but the current page image changed. i want to fix that background also not changed.

  function rgPayTxn_OnCommand(sender, args) {                   
                    alert('Please save or discard the changes');
                    args.set_cancel(true);                                        
            }

This is code. it is working fine. please let me know how to stop current page image.

please check the attached image. please see the attached image

Please let me know,

Thanks in Advance,
Dhamu.

1 Answer, 1 is accepted

Sort by
0
Radoslav
Telerik team
answered on 24 Aug 2011, 08:20 AM
Hi Dhamodharan,

Please check out the following forum thread which elaborates on the same matter:
http://www.telerik.com/community/forums/aspnet-ajax/grid/radgrid-paging---pageindexchanged-event-issue.aspx

Greetings,
Radoslav
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
Grid
Asked by
Dhamodharan
Top achievements
Rank 1
Answers by
Radoslav
Telerik team
Share this question
or