how to insert Link in to jquery grid column

Posted by kumar on Stack Overflow See other posts from Stack Overflow or by kumar
Published on 2010-04-12T15:10:20Z Indexed on 2010/04/12 15:13 UTC
Read the original article Hit count: 155

Filed under:

Hello Friends,

Can any one tell me how to insert link in to Jquery grid column,,

that is I have a column with Edittype

{ name: 'Comments', index: 'Comments', editable: true, editype: 'textarea', editoptions: { rows: "2", cols: "10"} }

I need to insert comments in to this.. so if I have link to click on the column so that some popup bubble will come there in the window to enter comments more like user friendly..

can anybody sujjests me on this..

Thanks

© Stack Overflow or respective owner

Related posts about jQuery