|
-
Jan 26th, 2008, 02:50 PM
#1
Thread Starter
Addicted Member
Expandable columns in Gridview control
Hi,
I'm currently pulling a table from a sql database and binding it to a Gridview (asp.net 2.0), and I wanted to know if I can do the following with the Gridview....
"EmptyColumnWithPlusMinusSign" "Name"
+ Bubba
hidden row that when you click on the plus sign, it expand and shows
data about Bubba record.
continue on with the next rows.......
Basically, I want to bind the data, and their will be a column that will contain a plus/minus button and when you expand it, it will show details that pertain to that row. Each row that will be bound to the GridView, will have a hidden details row below it that is expandable.
I can do this with Javascript and Response.Write, but I'm looking to start taking advanrtage of controls that are supplied to me.
-
Jan 26th, 2008, 04:26 PM
#2
Re: Expandable columns in Gridview control
You'll find plenty of examples, do a search for hierarchical gridview. That's what you're looking for.
-
Jan 26th, 2008, 08:50 PM
#3
Thread Starter
Addicted Member
Re: Expandable columns in Gridview control
 Originally Posted by mendhak
You'll find plenty of examples, do a search for hierarchical gridview. That's what you're looking for.
Thanks buddy!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|