Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jqGrid - disable user column resizing

Tags:

jqgrid

How can you prevent users from manually resizing jqGrid columns?

Can you return false from the resizeStop event handler?

like image 898
Marcus Leon Avatar asked Dec 02 '10 15:12

Marcus Leon


1 Answers

Look at the documentation for the columns

There is "resizable" property on the column that you could set to false to prevent your columns from being resized.

like image 60
Charles Boyung Avatar answered Sep 21 '22 18:09

Charles Boyung