Getting value of a column on click of a row in jqGrid

前端 未结 4 1124
不思量自难忘°
不思量自难忘° 2021-01-15 01:02

I am using Asp.Net/C# , in one of my page I am using jqGrid to display list of users to the Admin , The jqGrid contains f

4条回答
  •  自闭症患者
    2021-01-15 01:23

    Following is code which will help you to get user code in your case by doing some modification

                
          

    Width="600px" >

    Following is jquery which gives you column id

    
    

    Or check following URL:

    http://www.trirand.net/examples/grid/selection/selectedrow_client/default.aspx

提交回复
热议问题