¡@

Home 

2014/10/16 ¤W¤È 12:09:39

jquery Programming Glossary: tvals

jqGrid: using beforeProcessing to populate filterToolbar selection boxes

http://stackoverflow.com/questions/17407378/jqgrid-using-beforeprocessing-to-populate-filtertoolbar-selection-boxes

to do this pVals Product1 Product1 Product2 Product2 etc etc eVals Dev Dev PreProd PreProd Prod Prod Test QA Test QA tVals App App Service Service SQL SQL Web Web page 0 total 0 records 537 rows many rows How can I pick out the pVals eVals and.. App Service Service SQL SQL Web Web page 0 total 0 records 537 rows many rows How can I pick out the pVals eVals and tVals strings in the beforeProcessing event and stick them into the corresponding filterToolbar selection boxes Here is my grid.. for reference with my broken attempts to solve this problem commented out function var grid #PSGrid var pVals eVals tVals get values from Products table var prodValues .ajax url jqGridHandler.ashx oper pVals async false success function data..