|
-
Feb 7th, 2007, 08:29 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED][2005] DatagridView expand feature?
Hey guys,
I was trying to find out if its possible to expand a row in Datagridview in order to view more information. For example i have a SQL
Code:
SELECT G6.Name, G6.AUM, G6.IHP,G6.NET_AUM,
G6.ProdName, G6.Currency, G6.VAT, G6.mngmt_fee, G6.retrocession
FROM ( Mysubqueries )As G6 ORDER BY G6.Name
And i get this output
Code:
NAME AUM IHP NET_AUM ProdName Currency VAT mgt_fee retr
APOLLO 198688 16240 182448 GDF_EUR USD no 1.5% 0
APOLLO 198688 16087 378126 GDF_EUR USD no 1.5% 0
And what i actually wanted is to have a single line with the comun columns (Name, currency,VAT, mgt_fee, retrocession) And to SUM the IHP to a single value. But then have a expand feture that shows the Prod_name and the IHP separate.
Is that possible? Or does anyone have a better idea on how i can show this stuff in one line?
Thx in advance for the help
EDIT: I found a few feature here: http://www.xmlfox.com/datagrid_datagridview.htm
which are combobox, date picker and so forth, but i still havent found any "expand" type
EDIT2: I wanted something like this

taken from: http://www.codeproject.com/useritems/CoolGrid.asp
But to expand only in the IHP column.
Last edited by super_nOOb; Feb 13th, 2007 at 08:50 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|