ASP.NET Show/Hide Sections in a Datagrid row.
- by ViperMAN
Hi All,
I have a datagrid where each row has information on Employees in a company.
I would like to allow each row the ability to show/hide extra information. My first idea was use the CollapsiblePanelExtender from the AJAX toolkit and have each row like this:
<ajaxtoolkit:collapsiblepanelextender
TargetControlID="panel2">
…