5757
Hello
I have a Grid , the paging say 13 records in 2 pages. The first 10 records are showing on page 1, and there should be another 3 on page 2, but the paging does not work, refreshes the page and shows page 1 again.
<
telerik:RadAjaxPanel
runat
=
"server"
ID
"RadAjaxPanel1"
LoadingPanelID
"RadAjaxLoadingPanel1"
>
telerik:RadGrid
"RadGrid3"
DataSourceID
"SqlDataSource1"
AllowSorting
"True"
AllowPaging
PageSize
"5"
GridLines
"None"
Width
"100%"
PagerStyle
Mode
"NextPrevAndNumeric"
></
</
telerik:RadAjaxLoadingPanel
asp:SqlDataSource
ConnectionString="<%$ ConnectionStrings:Northwind_newConnectionString3 %>"
SelectCommand="SELECT OrderID,CustomerID,ShipCity,ShipCountry FROM [Orders]"></