C# Grid

  • Thread starter Thread starter LDD
  • Start date Start date
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
 
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.
 
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')
 
Back
Top