I want to know how to display the scroll bar in jqgrid.
i use the jqgrid for display some data with textarea
colModel:[
{name:'mob_id',index:'mob_id', editable:false,width:30},
{name:'cse_id',index:'cse_id', editable:true, edittype:'text',width:30},
{name:'sub_id',index:'sub_id',edittype:'text',editable:true,width:30},
{name:'avg_user_rating',index:'avg_user_rating',editable:true,edittype:'textarea',editoptions:{rows:'3',cols:'20'},width:30}]
the textarea is display but there is no scroll bar.
thanks in advance