Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » CExtTreeGridWnd print preview Collapse All
Subject Author Date
Massimo Germi Sep 5, 2007 - 9:28 AM

Hi to all,
Is need to hide some column when I switch CExtTreeGridWnd derived class, in print preview mode.

My application display some records of a database. I use uniqueidentifier type in SQL2005 to identify single record of a table. When I display a record in a treegrid I set width = 0 of a column that comtains a UUID reference. When a user switch to print preview prints UUID column too.

Is very very important for me to have this possibility.
Please give me a solution

Thanks in advance

Technical Support Sep 5, 2007 - 12:55 PM

The printing and print preview subsystem, which is based on the CExtPPVW template class, measures and prints the entire content of the grid window. In some cases this is not acceptable. We received a similar request: one of our customers uses a zero-width outer header column for keeping additional per-row data in outer header cells and this header column is also printed/measured when it should not. We are working on the improvement of the printing and print preview subsystem now. So, it will be possible to hide any column.