tags:

views:

25

answers:

1

hello friends I need to make one column as readonly in jquery grid..

can anyboydy help me out..

thanks..

+6  A: 

Something like this:

$(function(){
  $('selector').attr('readonly', true);
});
Sarfraz
not only the column I need to make entire row values to readonly.. he can not edit there anything?
kumar