I have a WebTab inside a Web Content Form that uses MasterPage. The WebTab didn't show up after I run the solution. All style sheets are imported.
Hello rookertrusted ,
I believe your issue is the same as the one you discussed here:
http://community.infragistics.com/forums/t/69320.aspx
Please refer to my response and the attached sample. Test it on your side and let me know if you’re encountering the same issue with it.
Best Regards,
Maya Kirova
Developer Support Engineer
Infragistics, Inc.
http://es.infragistics.com/support
When the page displays without the grid, here is the source that is generated: Not sure why visibility:hidden is being generated.
<link href="../ig_res/ig/IG/ig_shared.css" type="text/css" rel="stylesheet" /><link href="../ig_res/ig/IG/ig_webtab.css" type="text/css" rel="stylesheet" /><link href="../Style%20Sheets/SampleStyles.css" rel="Stylesheet" type="text/css" /><style type="text/css"> .ctl00_Menu1_0 { background-color:white;visibility:hidden;display:none;position:absolute;left:0px;top:0px; } .ctl00_Menu1_1 { text-decoration:none; } .ctl00_Menu1_2 { } .ctl00_Menu1_3 { border-style:none; } .ctl00_Menu1_4 { } .ctl00_Menu1_5 { border-style:none; } .ctl00_Menu1_6 { }