Hi,

I am facing difficulty in hiding a column in Flex Grid. We are hiding the column by setting the colWidth(N) = 0 , since the AllowUserResizing is set to True , the user is able to see the hidden column.

There is a property called ColIsVisible(N) which gives the status of the column , hidden or not.
But this seems to be a read only property whereas in MSDN (help) it states that one can set/read the property.

The version of flexgrid we are using is 6.00.8418.

Could you please suggest as to how you hide a column in MSFLEXGRID.

Note: The requirement is to allow the user to resize.

Thank You.