Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
765
Display new set of rows when datagrid row is expaned
posted

Hi,

I have a requirement as follows.

I want each datagrid row to have a +/- expand/contract button. When the expand is clicked, it has to display rows specific to that row. for e.g.,

(+) |  ABC | 12/05/2010

(+) | DEF |  05/11/2010

On clicking expand, should become,

(-) | ABC | 12/05/2010

     |  $24 | First Avenue

     | $13 | Second Avenue

(+) | DEF | 05/11/2010

 

Can someone tell me how to get this? How can I assign a datasource to achieve this