How to categorize rows in the free grid jqgrid?
问题 Hi i have the following table to generate a json dataset it has the following data i have script teh table USE [GridSamples] GO /****** Object: Table [dbo].[SalesStats] Script Date: 12/13/2016 07:34:51 PM ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO SET ANSI_PADDING ON GO CREATE TABLE [dbo].[SalesStats]( [id] [int] IDENTITY(1,1) NOT NULL, [makes] [nchar](10) NOT NULL, [models] [nchar](10) NOT NULL, [fuelusagecity] [nchar](10) NOT NULL, [fuelusagehwy] [nchar](10) NOT NULL,