Browse By Tags

  • Announcing App Builder: Build Real Web Apps Blazing Fast in the Cloud

    We are excited today to announce the official release of App Builder. App Builder is a brand-new cloud-based WYSIWYG drag & drop tool that helps teams design and build complete business apps faster than ever before. App Builder, the world’s only digital…

  • Best Practices: UltraGrid Paging, Sorting, AJAX, WebParts & Connections & SharePoint

    Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 …

  • UltraWebTree doesn't work in SP2010 dialog box

    Hi,

    I'm having an issue with using an UltraWebTree object inside a SharePoint 2010 Beta 2 dialog box.  Due to how SharePoint's dialog framework works, the tree is pulled out of the aspnetForm in the DOM whenever the dialog is opened.  To compensate…

  • AJAX in SharePoint Web Part :: People Picker no more working

     Hi,

     I am using the WebAsyncRefreshPanel inside a SharePoint (WSS 3.0) Web Part and more precisly in a Custom Field.

    I have in my Web Part my Custom Field and a UserField with the People Picker.

    After the AJAX event is fired and corrrectly handeled, the…

  • Had to copy WebDataInput DLL to SharePoint site for WebAsyncRefreshPanels

    I had to add "Infragistics2.WebUI.WebDataInput.v7.1.dll" in the Bin directory of my SharePoint site before my web part would show up.  My web part contained four linked WebAsyncRefreshPanels.  I did not have to have that DLL as a reference in…

  • How to hide Root node with UltraWebMenu (SharePoint Designer)

     Good day,

    I'm currently trying to use 
    UltraWebMenu as a substitute for the standard menus in SharePoint (in SharePoint Designer), but I have a little setback - I cannot hide the root Node from the SiteMap.
    This is the code I'm using on my 
    MasterPage:

    <…

  • Building WebParts with NetAdvantage ASP.NET Controls

    An Introduction to SharePoint®

    Microsoft Office SharePoint Server (MOSS) is a powerful web-based portal package that promotes communication and collaboration with-in an organization. MOSS can be used to quickly build web applications, through the…

  • Exporting in SharePoint using Excel or Document APIs

    Recently a customer reported an issue with exporting the WebGrid in one of their SharePoint WebParts to Excel. As soon as the user exported WebGrid's data, the entire SharePoint page became unresponsive. All buttons and checkbox controls that were on…

  • Getting SharePoint and ASP.NET AJAX to Work Together

    While, working on Pomegranate I did a lot of research to figure out the best options for using the ASP.NET AJAX library under SharePoint. Unfortunately, I came across a lot of samples that did not work or only worked in some cases.  I am hoping in a future…
  • Pomegranate (SharePoint) Exemplar Has Been Launched

    I am excited to announce the launch of Pomegranate. Pomegranate is a SharePoint 2007/ASP.NET 2.0 exemplar (reference) application. The main component of the application is a Business Intelligence (BI) Dashboard that an insurance agent would use to track…
  • Integrating UltraWebMenu into SharePoint 2007 using Office SharePoint Designer

    SharePoint 2007 is a great platform for enabling collaboration among team members, and a huge step forward as a development platform compared to earlier versions of SharePoint.  If you have done any development with SharePoint 2007, you will quickly notice…

  • Re: SharePoint webpart with WebGrid inside

    We ran into a similar problem during the development of our reference SharePoint application (http://sharepoint.infragistics.com). In our case when we hosted a WebGrid in a web part it broke a number of the SharePoint menu calls (e.g. Close, Modify Shared…