In many scenarios you will need to display more than a single child table at the same level. I.e. display multiple child tables at the same level. To accomplish this within an MVC 2 application using jqGrid you need to include the following: [sourcecode language=”html” padlinenumbers=”true” autolinks=”false” gutter=”false” toolbar=”false”] <link rel="stylesheet" type="text/css" media="screen" href="../../Content/jqgrid/jquery-ui-1.8.4.custom.css" /> […]
Read More →Tags: jQuery
LINQ to NHibernate, JQuery/jqGrid SubGrid, HQL and ICriteria
My video on this topic can be found here. We will do 4 things in the article. Add a subGrid to a JQuery/jqGrid Grid. Populate the Grid using ICriteria Populate the subGrid using IQuery (HQL) Change the ICriteria and HQL to use LINQ to NHibernate First, let’s open the Views/Home/Index.aspx file and add the /jqGrid […]
Read More →Lesson 11 – LINQ to NHibernate, jqGrid SubGrid and MVC
In Lesson 11 you will learn how to: Add a SubGrid to the View Populate SubGrid with a method from a Controller using HQL and ICriteria Upgrade to NHibernate version 3.0 Beta Change and HQL query to LINQ to NHibernate
Read More →Lesson 10 – ASP.NET MVC, jQuery, jqGrid and NHibernate
In Lesson 10 you will learn how to: Create an ASP.NET MVC project Configure NHibernate using a .config file Install and Configure jqGrid Modify the View and Controller
Read More →