How to use JS Grid outside of Project/SharePoint?

Answered How to use JS Grid outside of Project/SharePoint?

  • Friday, May 14, 2010 4:49 PM
     
     

    Patrick - In the recent JS Grid webinar series I seem to remember you mentioning that the JS Grid control can be used outside of a Project/SharePoint environment?  Maybe I misunderstood, but I have been looking for any information regarding how to use a JS Grid as a control on a plain old ASP web page for example.  I have even tried it by adding a reference to the Microsoft.SharePoint 2010 dll in my website project but I have been unable to make it work. 

    If you can point me to any info on how to use a JS Grid outside of SharePoint (or verify for me that this is not possible so I can stop trying) it would be much appreciated. 

All Replies

  • Friday, May 14, 2010 5:59 PM
    Moderator
     
     Answered

    So I mentioned that you could use the jsgrid outside of project but only as part of SharePoint Foundation.  The control has hard dependencies on a number of items in the sharepoint namespace and as such cannot be separated from SharePoint Foundation.  The SharePoint SDK has a version of the most basic grid example available right now.

    http://msdn.microsoft.com/en-us/library/ee535898(v=office.14).aspx

  • Friday, May 14, 2010 6:13 PM
     
     

    Thank you Patrick, this answers my question (and explains why I couldn't make it work in a ASP web site!)