Hello all
I am using a radgrid with a pager :
Then in the UI, when the user clicks on a page number, there is a postback (as it seems) that makes the user wait for the reloading (which is fine); but when he clicks on the button "Next page" or "Previous page", there is not this postback ... so we have the feeling that nothing happened for 1 or 2 sec. and then the page changes.
How can I have the same behavior as for when we click on the page numbers ?
Thanks for your help,
Sylvain
I am using a radgrid with a pager :
<
telerik:RadGrid
ID
=
"ResultsGrid"
runat
=
"server"
AllowPaging
=
"True"
AllowSorting
=
"True"
OnSortCommand
=
"RadGrid_SortCommand"
EnableViewState
=
"true"
AutoGenerateColumns
=
"False"
GridLines
=
"None"
ShowHeader
=
"true"
PageSize
=
"7"
OnItemCommand
=
"HandleDoubleclick"
Width
=
"99%"
>
<
MasterTableView
DataKeyNames
=
"Id,Abstract,InternalId"
CanRetrieveAllData
=
"false"
>
<
Columns
>
[...]
Then in the UI, when the user clicks on a page number, there is a postback (as it seems) that makes the user wait for the reloading (which is fine); but when he clicks on the button "Next page" or "Previous page", there is not this postback ... so we have the feeling that nothing happened for 1 or 2 sec. and then the page changes.
How can I have the same behavior as for when we click on the page numbers ?
Thanks for your help,
Sylvain