第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

如何在jqGrid中實(shí)現(xiàn)多重搜索

如何在jqGrid中實(shí)現(xiàn)多重搜索

慕沐林林 2019-09-27 15:16:09
我有一個(gè)與asp.Net Web Forms一起使用的jqGrid,它正確顯示了數(shù)據(jù)庫(kù)中所需的信息,但是它也顯示了搜索選項(xiàng),但是如果我嘗試搜索,可以說(shuō)等于Lijo的名字,它只是沒(méi)有顯示該記錄。該記錄存在。我知道我確實(shí)缺少某些肯定要搜索的東西,這是代碼<script type="text/javascript">    $(function() {        $("#UsersGrid").jqGrid({            url: 'ModCust.ashx',            datatype: 'json',            height: 250,            width: 800,            colNames: ['Application No', 'First Name', 'Middle Name', 'Last Name'],            colModel: [                        { name: 'cApplicationNo', index: 'cApplicationNo', width: 100, sortable: true},                        { name: 'cFirstName', width: 100, sortable: true},                        { name: 'cMiddleName', width: 100, sortable: true },                        { name: 'cLastName', width: 100, sortable: true },                    ],            cmTemplate: { title: false},            rowNum: 10,            rowList: [10, 20, 30],            pager: '#UsersGridPager',            sortname: 'cApplicationNo',            viewrecords: true,            sortorder: 'asc',            caption: 'Customer Details'        });        $("#UsersGrid").jqGrid('navGrid', '#UsersGridPager', { edit: false, add: false, del: false });    });    </script>這是我的ModCust.ashx處理程序using System;using System.Collections.Generic;using System.Collections.ObjectModel;using System.Data;using System.Data.SqlClient;using System.Web;using System.Web.Script.Serialization;namespace CwizBankApp{    public struct JQGridResults    {        public int page;        public int total;        public int records;        public JQGridRow[] rows;    }    public struct JQGridRow    {        public string id;        public string[] cell;    }
查看完整描述

1 回答

  • 1 回答
  • 0 關(guān)注
  • 499 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)