C# Grid

L

LDD

Can you have a Grid that contains a combination of expandable/collapsable
items, and non-expandable/collapsable items?

show master detail where it exists, and where it doesn't?

Hope that's clear

LDD
 
S

SevDer

LDD said:
Can you have a Grid that contains a combination of expandable/collapsable
items, and non-expandable/collapsable items?

show master detail where it exists, and where it doesn't?

Hope that's clear

LDD

Although you can do it with grid, it may be much easier to build
table from code behind.

Of course this depends on what you have.

If you choose to use table instead of grid then it is almost obvious how
to do it.
But if you choose grid then focus on itemDataBound event declaration.
 
A

AlexL [Xceed]

You can't do that with Microsoft's grids - they are basic grids.

Check out Xceed Grid for .NET for a rock solid, feature-rich grid:

http://www.xceedsoft.com/products/gridnet

It's master/detail capabilities are quite advanced.

Can you have a Grid that contains a combination of expandable/collapsable
items, and non-expandable/collapsable items?

show master detail where it exists, and where it doesn't?

Hope that's clear

LDD

--
Alex Leblanc
Xceed Software Inc.
http://www.xceedsoft.com

Check out our advanced .NET grid and SmartUI controls

Email: (e-mail address removed) (remove the first 'x')
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top