Hi Tony,
I would like to ask you if it is possible to have different 'index' for search and sort.
I have a servers side asp mvc backend with an ORM (IBatis) and strongly typed class, and I'm writed a set of classes for the jqgrid to do easily the 90% of the common job needed to display a standard grid (with search, order, ect) starting from a collection of typed object.
I have also a framework to dynamically build the sql needed for sort and search operation.
A common situation when working with data relashionship, is similar as the following
Objects:
class Category {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top