Dear all,
Just starting using the Telerik Commercial Components our company did buy.
After successfully using the RadGrid I found that all but the navigation arrows at the bottom are working was expected.
When you have multiple pages you van click the page number to navigate to the respective page, this is working flawless.
When you try to use the arrows next to the page numbers there is a post-back but the page viewed is still the samen.
Also the >> and << to jump to the last and first page give a post-back but the page viewed remains the same.
For clarification, the highlighted page number also remains the same, so not the data shown in the viable grid is the correct one for the highlighted page-number.
When anyone would like to have more information, please ask.
Just starting using the Telerik Commercial Components our company did buy.
After successfully using the RadGrid I found that all but the navigation arrows at the bottom are working was expected.
When you have multiple pages you van click the page number to navigate to the respective page, this is working flawless.
When you try to use the arrows next to the page numbers there is a post-back but the page viewed is still the samen.
Also the >> and << to jump to the last and first page give a post-back but the page viewed remains the same.
For clarification, the highlighted page number also remains the same, so not the data shown in the viable grid is the correct one for the highlighted page-number.
When anyone would like to have more information, please ask.
<telerik:RadGrid ID="RapportGrid" runat="server" CellSpacing="0" GridLines="Horizontal" AllowPaging="True" Height="447px" Culture="nl-NL"> <ClientSettings> <Scrolling AllowScroll="True" UseStaticHeaders="True" /> </ClientSettings> <PagerStyle Mode="NextPrevAndNumeric"></PagerStyle> </telerik:RadGrid>