Are there any razor example of how to use the Layout Manager?
Hello Tammy,
At this time the Layout Manager is still in CTP and as such it isn't part of the Infragistics MVC wrappers. Due to this you still have to set up everything for the Layout Manager through pure markup and JavaScript. I've attached a sample I put together that uses the Layout Manager with Razor. I've included a word doc I wrote that describes the steps to follow to set up an MVC4 application using the Layout Manager and the Grid with Razor.
Please let me know if you have any questions about this approach or if I may provide any other assistance.
I get this error trying to run this:
Unhandled exception at line 24, column 36 in http://localhost:10940/
0x800a138f - JavaScript runtime error: Unable to get property 'loader' of undefined or null reference
on this line:
<script type=
<script type="text/javascript">$.ig.loader({ scriptPath: '/Scripts/IG/', cssPath: '/Content/IG/', resources: 'igLayoutManager' });
Any ideas?