I am using infragistics grid in updateapanel and delpoyed it on sharepoint 2007 sp1 using web part. grid columns get rendered but rows dont show up.
It works outside of sharepoint.
Any help, pointers will be appriciated, I did try all the UpdatePanel Fixes as suggested in MS forums but no luck
Regards.
Getting ASP.NET AJAX to work with SharePoint is a real challenge. I recently put up a blog post that walks you through creating a custom web part that uses an AJAX Update Panel and an WebGrid. Take a look at it and let us know if it address your problem.
I am running WSS 3.0 SP1. I've installed NetAdvantage_ASPNET_20083_CLR35.exe. I've downloaded Sample-AJAX-Grid.zip. I've opened the project in VS2008. I've unzipped the CLR20 APTCA-Signed dlls and updated the reference in GridAJAX to point to them. I've compiled the project, copied the Sample.GridAJAX dll and the 3 referenced dlls to the \bin folder of WSS 3.0. I've created the <Safecontrol>, and the Assembly.cs contains using System.Security; and [assembly: AllowPartiallyTrustedCallers()].
Unfortunately, when I go to add the webpart to my Team Site page, I get:
Unable to add selected web part(s).GridAJAX: that assembly does not allow partially trusted callers.
Any idea what I'm missing?