Hidden column is unhidden by resizing

When I hide a last column, users can resize it by dragging the rightest border, and it is unhidden. How can I solve this problem ? Thank you

7 Replies

AD Administrator Syncfusion Team June 16, 2005 09:40 AM UTC

You can use the ResizingCols event to prevent certain columns from resizing. Here is a forum thread discussing this. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=29366


AD Administrator Syncfusion Team June 17, 2005 10:34 AM UTC

Thanks, But that''s not my problem. I mean that users can resize any column in the grid, but if user resize the hidden column, they must be not allowed. When a hidden column is last col in the grid ( user can''t see it), user can resize the last col ( not the hidden col), and the hidden col is shown. This is my problem. Please tell me how to solve this. Thanks >You can use the ResizingCols event to prevent certain columns from resizing. Here is a forum thread discussing this. > >http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=29366


AD Administrator Syncfusion Team June 17, 2005 11:25 AM UTC

Can you tell me how otsee this problem in this sample? It has both a GridControl and a GridDataBoundGrid with the last column hidden. http://www.syncfusion.com/Support/user/uploads/GC_LastColHidden_c802ad72.zip


AD Administrator Syncfusion Team June 20, 2005 05:00 AM UTC

But in my grid, a grid copied from MyGridDataBoundGrid which is inherited from GridDataBoundGrid, it raises this bug. I don''t know why, but I think you can. Please show me another way. Thank you.


AD Administrator Syncfusion Team June 20, 2005 08:37 AM UTC

If you upload a sample showing the problem, I will try to give you a solution. But without seeing the problem, the above code is the only thing I know to suggest.


AD Administrator Syncfusion Team August 2, 2005 04:22 AM UTC

I have the same issue, I describe the issue more details. I hide some columns, mean that user can not view these columns(If user don''t have permit to view these columns, otherwise user can view all columns). But when I use HideCols funtion to hide a column, User still can view these columns by resize these columns. Please help me to resolve this problem. Thanks,


AD Administrator Syncfusion Team August 2, 2005 08:55 AM UTC

How do I see the problem you are having in this sample? http://www.syncfusion.com/Support/user/uploads/GDBG_DerivedNoSizing_8c3d1eb0.zip It has a derived grid and hides a column using HideCols. In 3.2.1.0, I am not able to use the mouse or double click anything to cause it to reappear. Can you?

Loader.
Up arrow icon