In a RadGrid I use a user control for update and insert:
Whenever the "New" is clicked in the radgrid command item template the user control loads find, however the radgrid now displays the last page.
How/where do I set pageindex when the new button is clicked?
<EditFormSettings UserControlName="DetailsDetails.ascx" EditFormType="WebUserControl">
<EditColumn UniqueName="EditCommandColumn1"></EditColumn>
</EditFormSettings>
Whenever the "New" is clicked in the radgrid command item template the user control loads find, however the radgrid now displays the last page.
How/where do I set pageindex when the new button is clicked?