AD
Administrator
Syncfusion Team
August 25, 2005 01:57 PM UTC
One idea is to try to interchange the text for the parent row with the text in the last child row.
This will take a little work and it may not work. Try handling DrawCellDisplayText. There get the GridBoundRecordState for the row. If it is an expanded parent row, then use the info in the GridBoundRecordState to find the value in teh corresponding bottom child row, and set that value to the e.DusplayText. Also, check if the GridBoundRecordState indicates you are on the last row of the child. If so, use teh info in the GridBoundrecordState to get the value from the parent and set it to the display text.
AD
Administrator
Syncfusion Team
August 29, 2005 05:39 AM UTC
yes, we already were thinking about this kind of tricks. We just wanted to know is there a more legal solution - some properties of grid for example. Thank you.