how to make grid column as drop down list for all rows using jquery

Posted by kumar on Stack Overflow See other posts from Stack Overflow or by kumar
Published on 2010-04-07T00:56:20Z Indexed on 2010/04/07 1:13 UTC
Read the original article Hit count: 288

Filed under:

Hello friends..

 colNames: ['A','B','C','D'],
            colModel: [
                  { name: 'A', index: 'A', width: 90 },
                  { name: 'B', index: 'B', width: 100 },
                  { name: 'C', index: 'C', width: 70 },
                  { name: 'D', index: 'D', edittype: 'select', width: 100, editoptions: { value: { 1: 'Yes', 2: 'No'}} }

                ],

My concersn here is.. I am displying A B C D values from db2... for Last Column D I need to put defalut drop down list for all the rows.

Thanks can any body help me out..

thanks

© Stack Overflow or respective owner

Related posts about jQuery