Tagged Questions
0
votes
0answers
44 views
How to format data with WPF like the windows explorer detailsview, using treeview & gridview
I want to be able to display data like the windows explorer detailsview as done here
As far as I can tell this is done by grouping using the treeview and displaying data using gridview, with the ...
0
votes
2answers
3k views
Master Details using jQuery Tabs
I am trying to implement a master details solution using the jQuery Tabs. Two tabs, first tab contains Northwind Customers, selecting customer command should display tab2 with the orders for the ...