I have a column in a ListGrid and I want this column to be frozen. I don't want users to be able to drag the header and resize this column's width. I tried
column.setCanDragResize(false) but had no luck. Any suggestions?
column.setCanDragResize(false) but had no luck. Any suggestions?