How to enable/disable resizing for a particular column in the data grid?
Each column in the data grid supports three widths: minimum, maximum, and current. If these column widths are equal, the column cannot be resized. Let’s assume you need to disable resizing for column nColNo in a grid window with one header row at the top. The header cells, which are usually objects of the CExtGridCellHeader class, are used to keep column widths.