简体   繁体   中英

How to add a dropdown to a column in JQGrid in ASP and also bind it with data values?

I need to add a drop down (select supplier) under a jqgrid column. What should I add to the designer page and JavaScript file. Which formatter should I use ?

If the dropdown is in the grid view and not in edit mode, you will need to create your own custom formatter and unformat functions (formatters). Note that creating unformat is recommended.

If you use the old jqGrid <=4.7 you can look at the documentation here :

If you use Guriddo jqGrid you may need to look here

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