Click here to Skip to main content
15,923,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi...

I want to make make a gridview with a panel containing tab windows. I got some sample on code project. But all are of nested grid controls.

What i want to do is given in the following link.

http://www.jqwidgets.com/jquery-widgets-demo/#demos/jqxgrid/rowdetails.htm[^]




thanks
Posted
Updated 24-Jun-12 19:23pm
v2

1 solution

It's not Grid with row details. You have completely gone on wrong direction here.

If you wanted to have grid with row detail, it's master-detail type grid: MSDN: GridView Examples for ASP.NET 2.0: Displaying Master/Detail Data in a GridView[^]

What you shared is a tree on left hand side and a tab corresponding to it on right hand side.
Have a look at this article to start on: ClientCallback custom control for web applications[^]

You need to define a tree and on node selection show a tab control on right side based on the tree selection.
Above example is using Callback. You can also use AJAX to implement the same. Pick the one that suits you and go ahead. Try out. If you face issues, please post specific issue.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900