Well - I just spent an hour trying to "re-do" all of yesterdays work - argh!!
All of a sudden my rows stopped showing - I tried to step into the slick grid and debug it - seeing that one row had made it into the HTML but for some reason not showing...
I usually save "full copies" of the web folder several times a day so that if I break something I can simply revert back and WINDIF my way back to a working app.
Didn't do that all day yesterday and needed to slowly re-do each edit - argh!!
You and I are pretty much at the same point - I'm not ready to do save logic because my build logic needs to mature further...
At any rate - here's the top of my page if you need to see my dep's. The slickgrid css files are required as well...
Code:<head runat="server"> <title></title> <%-- <link href="themes/start/jquery-ui-1.8.11.custom.css" rel="stylesheet" type="text/css" />--%> <link href="themes/custom-theme/jquery-ui-1.8.11.custom.css" rel="stylesheet" type="text/css" /> <link href="slick.grid.css" rel="stylesheet" type="text/css" /> <link href="examples.css" rel="stylesheet" type="text/css" /> <link href="slick-default-theme.css" rel="stylesheet" type="text/css" /> <link href="StyleSheet.css" rel="stylesheet" type="text/css" /> <%-- <link href="themes/cupertino/jquery-ui-1.8.custom.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="Scripts/jquery-1.5.js"></script> <script src="Scripts/jquery-ui-1.8.custom.min.js" type="text/javascript"></script> --%> <script src="Scripts/jquery-1.5.1.js" type="text/javascript"></script> <script src="Scripts/jquery-ui-1.8.11.custom.min.js" type="text/javascript"></script> <script src="Scripts/jquery.json-2.2.min.js" type="text/javascript"></script> <script src="Scripts/jqia2.support.js" type="text/javascript"></script> <script src="Scripts/jquery.event.drag-2.0.min.js" type="text/javascript"></script> <script src="Scripts/jquery.event.drop-2.0.min.js" type="text/javascript"></script> <script src="Scripts/slick.editors.js" type="text/javascript"></script> <script src="Scripts/slick.grid.js" type="text/javascript"></script>




Reply With Quote