We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Tree Virtual Grid -- Urgent

The Virtual tree grid sample provide me pretty much everything i need. The only problem is that i need to tie each node on the tree to two different rows.

I have attached a bmp file that gives an idea on how i want a solution to be implemented.

i will really appreciate any help!

Rows.zip

2 Replies

AD Administrator Syncfusion Team February 2, 2007 04:35 PM UTC

From your picture, I do not really understand what you need.

If you want each record in the parent list to be related to two diffent child lists (ie. the parent has 2 properties that are themselves lists), then you might consider using a GridGroupingControl and simply bind it to the parent list. It will handl display the children lists as tables under the parent record without further work. You can set various properties to affect duffents looks on the GridGroupingCOntrol. Here is a sample showing what I mean. http://www.syncfusion.com/Support/user/uploads/WindowsApplication74_48031c20.zip

If this is not what you need, can you modify this sample to include a data object that represents the data you want to use.


AD Administrator Syncfusion Team February 2, 2007 06:39 PM UTC

I had another idea about what you might be asking about. Do you want 1 record to cover 2 rows? (This multirow per record support is included in the GridDataBoundGrid and the GridGroupingControl).

You can do it in the VirtualTree sample as well. Here is a try at that.

http://www.syncfusion.com/Support/user/uploads/CS_8a1a7100.zip

It uses the tree cell as a covered range an dthen wraps the last column to the next row, showing that you can display the data from a single record on rows in the grid.


Loader.
Live Chat Icon For mobile
Up arrow icon