Nested Rows in DataGridView

paulthepaddy

Well-known member
Joined
Apr 9, 2011
Messages
222
Location
UK
Programming Experience
Beginner
Hi everyone,

im annoyed with myself as im sure i had some help getting this done before and im an awfull one for starting projects again and again as i find/learn better ways of doing things, but i cant find the project that i used the nested rows before and im not to great with Datagridviews, im using EF legacy for all my data

I have a datagridview which is populated with orders pending payment, and the orders have a link to the customer, Im hoping for 2 things

1 either button on the row to show the related customers details

2 be able to have buttons on the cells to show multiple objects,

i think number 2 is probably a tall order so im hoping atleast for one and maybe a way to view a nested row within a nested row

i know i have done this before and am kicking myself for not ebing able to find the project with the code :(
 
Hi

Yeah i came to this conclusion as well after many hours of looking into it i dont think the result is worth the effort.

So i decided just to mouse over the cell and it will show the details you might want to know :D

Thanks for your input
 
Back
Top