I have a cshtml page that displays a dynamic list using one of Mike's examples.
On this same page I need to have four tabs which cannot interfere with the list ie the list should not be covered or discarded.
I have looked at a number of solutions including a jquery sample but I cannot change the size vertically or horizontally. Also the tabs need to pull a webgrid which is working in their respective 4 pages (rendRange, rendSKU, rendPTX and rendStorage) all
of these page must also have a filtering option as well. I can make all these but cannot fathom how they work with the tabs.
I would be grateful for some assistance either by way of a tutorial or some samples that I can modify for my own use. Many thanks.
Member
52 Points
252 Posts
Hoqw do I create tabs and call pages to the opened tab?
Jul 10, 2013 07:59 AM|Liquidmetal|LINK
Hi, another Q:
I have a cshtml page that displays a dynamic list using one of Mike's examples.
On this same page I need to have four tabs which cannot interfere with the list ie the list should not be covered or discarded.
I have looked at a number of solutions including a jquery sample but I cannot change the size vertically or horizontally. Also the tabs need to pull a webgrid which is working in their respective 4 pages (rendRange, rendSKU, rendPTX and rendStorage) all of these page must also have a filtering option as well. I can make all these but cannot fathom how they work with the tabs.
I would be grateful for some assistance either by way of a tutorial or some samples that I can modify for my own use. Many thanks.
Contributor
2590 Points
2661 Posts
Re: Hoqw do I create tabs and call pages to the opened tab?
Jul 10, 2013 08:24 AM|wavemaster|LINK
I have a dialog that is generated as a result of a query.
Inside the dialog there are multiple tabs, displaying subsets of information. Both the dialog and the tabs are standard jQuery functionality.
Although I have no webGrids in any of these tabs, I could see that adding them would not be a problem at all.
Several queries and webGrid definitions, feeding information for each tab.
Member
52 Points
252 Posts
Re: Hoqw do I create tabs and call pages to the opened tab?
Jul 10, 2013 08:35 AM|Liquidmetal|LINK
Hi wavemaster, yes you are right that is what I need. Do you, by any chance, have a link?
Thanks.
Contributor
2590 Points
2661 Posts
Re: Hoqw do I create tabs and call pages to the opened tab?
Jul 10, 2013 09:24 AM|wavemaster|LINK
I sent you a private message.
Contributor
4010 Points
1926 Posts
Re: Hoqw do I create tabs and call pages to the opened tab?
Jul 13, 2013 01:45 AM|Afzaal.Ahmad.Zeeshan|LINK
Hi you might be using some kind of database or some other souce. Let me help you! In this site (asp.net) you have a page for Database.
Link that I am using: http://www.asp.net/web-pages/tutorials/data/5-working-with-data
You can use foreach, that will automatically create new cells for that table! Hope it helps you.
If you need more help tell us!