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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

is this a problem... 1
datagrid selected item 4
not sure if i did this correctly... 2
datagrid question 3
sync issue 2
gracefully move from details page 4
css selectors help 3
how to: please 2

Back
Top