Hi,
I have been trying to get the complex search functionality to work on my project but the multipleGroup option just doesn't work. I can see the “Add Rule” button, but no matter how I set up my grid the “Add Group” option on the Complex Search form just won't show up.
This is my code for setting up the grid:
/**************************************************/
var viewOptions = { width: 600, caption: “View Record”, bClose: “Close”, closeOnEscape: true, viewPagerButtons: false };
var FillGrid = function (col_model, t_Name) {
var defaultSortField = “id”;
$(
“#list”).jqGrid('GridUnload');
jQuery(
“#list”).jqGrid({
url:
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top