Skip to content

Instantly share code, notes, and snippets.

View attodorov's full-sized avatar

Angel Todorov attodorov

View GitHub Profile
@attodorov
attodorov / gist:5553656
Created May 10, 2013 10:38
Ignite UI basic grid setup
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" type="text/css"></link>
<link rel="stylesheet" href="css/themes/infragistics/infragistics.theme.css" type="text/css"></link>
<link rel="stylesheet" href="css/structure/infragistics.css" type="text/css"></link>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<script type="text/javascript" src="js/infragistics.core.js"></script>
<script type="text/javascript" src="js/infragistics.lob.js"></script>