Hi Team,
I have a got paging enabled on a Radgrid, and this grid is in a web user control, this grid usercontrol is also in another user control.
when I drop the user control on an ASPX page, it works fine. but when I put grid usercontrol in another usercontrol, initial it was doing a postback and refreshing the whole page, but I bypassed that by add a RadAjaxManagerProxy which handled the AjaxUpdatedControl.
But my issue now, is that once I click on a paging page, it shows the paging page, but it it stops clicking and can't navigate to the rest of the paging page.
Any help would be appreciated
Thanks in Advance.