jqGrid - disable user column resizing
How can you prevent users from manually resizing jqGrid columns?
C开发者_开发问答an you return false
from the resizeStop
event handler?
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.
精彩评论