I am having an asp DetailsView control and in order to perform partial page update, I am using it with RadAjax and the issue is that update is not reflected. Can anybody help me with some sample code to demonstrate partial page update using asp DetailsView and RadAjax?
The ASP DetailsView control is not compatible with RadAjax for ASP.Net AJAX and hence partial-page updates is not possible for DetailsView when their EnableSortingAndPagingCallbacks property is set to true. The default is false.
To see a full list of controls, not compatible with RadAjax for ASP.NET AJAX from the official MS AJAX documentation, please visit here.