DataGridView: Custom Column-control (sideway column)

dualshock03

Well-known member
Joined
Jan 28, 2007
Messages
105
Programming Experience
1-3
I have read this statement in a particular website:

"You can create your own column class by inheriting the DataGridViewColumn class or any of its derived classes to provide custom appearance, behavior, or hosted controls. For more information, see How to: Customize Cells and Columns in the Windows Forms DataGridView Control by Extending Their Behavior and Appearance"

How can i create this kind of custom column-type? I want a Column-type that pops-up a table/or some kind of new Grid sideways to the right.., do u know some codes for this?

See my attachment for details...
the combo table is where i compute the percentage for the 80% output of the final quiz. e.g. "Q1 + Q2 + Q3 + Q4 = the final percentage of the quiz."

---------------------------------------------------------------------------------------------------------------------------------
do u guys hav any samples?
 

Attachments

  • sideways.GIF
    sideways.GIF
    10.5 KB · Views: 26
Last edited:
Back
Top