how do you do this?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,

i have a datagrid and i want to have it where if you click on an item an
expanded row of information is inserted between the selected record and the
following record? how would i do that?

thanks,
rodchar
 
Hello,

Off the top of my head, you could have another control which would be the
data of the expanded row that you would load dynamically when you click in
the expand icon/button.

Another way would be todo it via css. EG. Load the row with it's children
then use css to hide / show

Jon
 
thank you.

Jon said:
Hello,

Off the top of my head, you could have another control which would be the
data of the expanded row that you would load dynamically when you click in
the expand icon/button.

Another way would be todo it via css. EG. Load the row with it's children
then use css to hide / show

Jon
 
Back
Top