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 » Cell joining not working properly in tree grid Collapse All
Subject Author Date
Offer Har Jun 15, 2008 - 7:04 AM

Hi,


I installed 2.83, and want to merge cells in my tree grid - and it doesn’t work.


This is what I do:


I create a new node in the tree, get its HTREEITEM and call this line (I have a two columns tree):



GridCellJoinSet(CSize(2,1), 0, ItemGetVisibleIndexOf(hti));


What happens is very weird - it seems that the two cells in the row that I joined are being written one on top of the other...


Note that the two cells are of the type CExtGridCellString, the left one has a text value, and the right one is empty, what I wanted was that when the left column becomes narrow, the text will flow to the right column’s cell.


Is this a bug? is this feature available in tree grid? If not when will it be available?


I am sending you a clip via mail to show you to problematic behavior.

Offer Har Jun 16, 2008 - 10:17 AM

Dear Support,


I am using it in one row only (as you can see above: CSize(2,1) ) and still there is a problem in tree grid - I sent you a video clip shwing how it behaves.


We really need this feature in tree grid, as we need something similar to what you implelemted in property grid, when the category header occupies the whole width.


Thanks,


Ron.


 

Technical Support Jun 16, 2008 - 10:08 AM

The cell merging feature has just appeared v.2.83. We tested it with the CExtGridWnd control. We can also make it working with CExtTreeGridWnd and non-grouped CExtReportGridWnd controls. In the case of tree grid, the user is responsible for merging cells in one row only or in scope of rows which have no child rows. But at present the merging feature is developed for the CExtGridWnd control only.


Offer Har Jun 23, 2008 - 5:22 PM

Hello there... any idea why this bug exist in tree grid? any change to patch it on 2.83?


Please reply...

Offer Har Jun 19, 2008 - 12:39 PM

Any ideas why it doesn’t work in a tree grid control with you above mentioned constrains?