Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
AI-Enhanced UI Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
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]"></