Skip to content

Getting and Installing Surge SlickGrid Extensions

surgeforward edited this page Nov 9, 2011 · 2 revisions

Downloads

PM> Install-Package Surge.SlickGrid.Extensions

Script/CSS Inclusion

Surge.SlickGrid Extensions is a completely javascript product so the manual installation process is as easy as unpacking and referencing the correct files. The current version contains two css style sheets and three javascript files and includes the SlickGrid product version 1.4.3. Assuming you unpacked these into your Content and Scripts directories respectively you would simply place within your page

<link type="text/css" rel="stylesheet" href="/Content/slick.grid.css" />
<link type="text/css" rel="stylesheet" href="/Content/surge.slickGrid.css />
<script type="text/javascript" src="/Scripts/slick.grid.js"></script>
<script type="text/javascript" src="/Scripts/surge.core.js"></script>
<script type="text/javascript" src="/Scripts/surge.slickGrid.js"></script>

As both the SlickGrid and the Surge SlickGrid Extensions depend on several other technologies please review the list of dependencies in the README on the front page.

See Also