This is a migrated thread and some comments may be shown as answers.

AJAX Driven Paging Broken after Upgrade

1 Answer 37 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Lee
Top achievements
Rank 1
Lee asked on 04 May 2018, 10:20 AM

We have updated Telerik from 2010.3.1109.35 to 2018.1.177.45 and also our Website from .NET 3.5 to .NET 4.7

We now find that our AJAX driven paging on our User Controls is no longer working and it ends up just posting back rather than updating the User Control.

For example, when clicking the Page Right button or jumping to a page the Loading Panel is displayed but then a full page refresh occurs and nothing has updated.

 

1 Answer, 1 is accepted

Sort by
0
Lee
Top achievements
Rank 1
answered on 08 May 2018, 01:42 PM

Additional Information:

This seems to relate to a user control having its visible property set to false.

We have a content page with a series of user controls (e.g. UC1, UC2, UC3)

UC1 has its visible property set to false, as it has no information to display for a user.

For a user where UC1 is not visible the paging is not working for UC2 and UC3.

On a user where UC1, UC2 and UC3 are visible the paging is working on all 3 user controls.

Also if I comment out UC1 and run the application the paging is working fine for UC2 and UC3.

Tags
Ajax
Asked by
Lee
Top achievements
Rank 1
Answers by
Lee
Top achievements
Rank 1
Share this question
or