简体   繁体   中英

How to add extra column in jqGrid

Hi i have this jqgrid in asp.net webform and i successfully load the data but is it possible to add extra column to every row.

here's what my expected result assuming i have File_ID,File_Name, File_age column i need to add i more with a default name open file

File_ID|File_Name|File_age|Action
---------------------------------
123    |abc      | 24     |openfile
321    |cba      | 42     |openfile

the open file is a link which will call a code behind file. Row select wont work because i have already a row select that will open the file information

Hope someone help me i'm kida new at this Thank you in advance

if you want to add a column dynamically then you need to rebind the grid again check the link below.

jqGrid add new column

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM