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.
Hello,
Our controls work fine in SharePoint environment; in fact we recently released demo/information on webparts with IG products in SharePoint.
SharePoint portal of Infragistics:
http://ko.infragistics.com/hot/sharepoint.aspx
And SharePoint examples:
http://sharepoint.infragistics.com/default.aspx
Hope this helps.
I've looked at those examples, but they could be a bit more helpful. I am still using Visual Studio 2005, so I can't open the Pomegranate project to see how it works. I've looked at the example that shows how to build a web part, but I'm still a bit unclear how to hook the web part to a SharePoint data source.
I also tried inserting a WebGrid into a SharePoint page using SharePoint Designer rather than building a web part with it. I connected it to a SharePoint data source, and at design time it displayed the data perfectly. When I opened the page in a browser, though, the grid did not display any data. The pager showed that there were many pages of data, but none of the data (from a list) appeared.
I would appreciated any help with this.
Yes infragistics controls are working in sharepoint but If i put the grid control in updatepanel thats when i am having this issue of rows not being rendered.
Thanks