Gantt Chart view disappeard

HELP! I'm new to using MS Project web and I accidently changed a setting that removed my Gantt chart view. How do I recover it?

Hi,
Can you be more explicit? Which setting did you change in your Gantt chart (security setting, filter, columns)? Changing a "setting" of a PWA view should not delete the view.
Hope this helps,
Guillaume Rouyre, MBA, MVP, P-Seller |

Similar Messages

  • Gantt Chart View not listed in View Selector

    View Selector is missing view of type “Gantt” for List based on list template “171” i.e. “TasksWithTimelineAndHierarchy”
    Missing Gantt View
    Visible in Ribbon
    What we have done to create the Gantt view is as follows
    We are working with remote provisioning pattern to provision the site and required lists
    A Task List is provisioned using CSOM (Managed .Net) via a Provider Hosted App that is hosted as Azure Web Site
    We are creating a view based of type “Gantt”
    Sample ViewXml used for creating the view. Highlighted below is the property we have set for the same
    <View>
    <Title>Tasks_View_GanttChart</Title>
    <DefaultView>false</DefaultView>
    <PersonalView>false</PersonalView>
    <RowLimit>30</RowLimit>
    <Paged>true</Paged>
    <Scope>DefaultValue</Scope>
    <ViewType>Gantt</ViewType>         
    </View>
    Standard View Menu (View Selector) does not show Custom Gantt chart (created via CSOM) in the menu list. Refer screenshot mentioned earlier
    Custom Gantt chart view is available in ribbon menu though
    The same custom Gantt chart is visible in the standard menu if we are in “out of the box Gantt chart View” (Below ‘OOTB Gant chart’ is created from front end using the template ‘Gantt chart view’)
    Sample Code used to create the view
    ViewCreationInformation viewInfo = new ViewCreationInformation()
    Title = listViewTemplate.Title,
            ViewFields = viewFields,
    SetAsDefaultView = isDefaultView,
    PersonalView = isPersonalView,
    Query = query.ToString(),
    RowLimit = rowLimit,
    Paged = paged,
    ViewTypeKind = viewType
    View view = list.Views.Add(viewInfo);
    web.Context.ExecuteQuery();
    Any clue on this behavior? We have the same issue with Calendar View Type as well for the Calendar List.

    I found solution:
    You need modify XsltListViewWebPart tool bar option from one value to another, and then back. That solves that bug in SharePoint.
    public static void FixGanttIssue(SPList list, string ViewName)
    SPSite site = list.ParentWeb.Site;
    SPLimitedWebPartManager AllItemsMan = site.RootWeb.GetFile(list.Views[ViewName].Url).GetLimitedWebPartManager(System.Web.UI.WebControls.WebParts.PersonalizationScope.Shared);
    XsltListViewWebPart wp = (XsltListViewWebPart)AllItemsMan.WebParts[0];
    wp.Toolbar = "Summary Toolbar";
    AllItemsMan.SaveChanges(wp);
    wp.Toolbar = "Full Toolbar";
    AllItemsMan.SaveChanges(wp);

  • Sort Resource Names in Gantt Chart view

    Hi,
    In Gantt Chart view I'm displaying resource names to the right of task bars but the order seems to be random by task. Is there any way to re-order or define an order for resource name in the Gantt Chart view.
    The defualt order seems to be the order in which they were assigned.

    Hi Pete,
    To the  best of my knowledge, no.  You can sort and renumber resources but it does not change the order.  You are correct, they show in assignment order.

  • Customizing existing gantt chart view in project server 2013

    Hi,
    I want to customize existing gantt chart view in PWA to allow text labelling on task/milestone names,numberic dispaly of percentage complete,scroll to date functionality.
    Please let me know how can this be done?
    Regards,
    Sufiyan

    Hi Shaik Sufiyan,
    If you know a little java scripting skill, you can definitely do this. You can use IE developer tools to grab the appropriate js file which controls the font.
    Task color can be controlled from server settings -> Manage gantt view.
    Vikram Daruru - MSFT

  • Transfer Gantt Chart View color's automatically to Team Planner View

    Hi there.  My project has 7 different resources with various Resource Names ending characters.  I've automatically color coded the bars on my Gantt Chart based on resource allocation by using Flags 1-7, Custom Fields, and the formula IIf(Left([Resource
    Names],3)="xxx",Yes,No).  I then change the format of each bar style to the color I desire.  
    I am looking for a way to automatically transfer the colors I have assigned the tasks in my Gantt Chart to the Team Planner view.  I don't believe there is a simple way to do this but would appreciate any help aside from manually formatting each of
    the tasks in Team Planner view.
    Thanks for the help!
    -Joe

    jbarrazotto --
    Alas, there is no way to do what you want with the Team Planner view.  This is because there is no dialog similar to the Bar Styles dialog where you can control the formatting.  Basically, the Team Planner view has definitions for Manually Scheduled
    tasks, Auto Scheduled tasks, Actual Work on tasks, External Tasks, and Late Tasks.  Using the corresponding buttons in the Styles section of the Format ribbon with the Team Planner Tools applied, you can control the fill color and the border color for
    every bar of one of those types.  But there is no way to add other buttons to the ribbon to control the Gantt-like bars that are shown in the Team Planner view.  So, what you want to do with the Team Planner view is not possible.  Sorry. 
    Hope this helps.
    Dale A. Howard [MVP]

  • Gantt Chart View for Multiple Projects

    Hello all;
    Is there any way to see a complete Gannt view which refers to multiple project. means I' d like to select more than 2 project at the same time and look those Gantt view in order to realize what is going on for all projects.. ?

    Good one Ahmed
    Thanks
    In my opinion however - if you were managing more than one project than Gantt Chart is not the relevant tool for monitoting - you need a dash board - Gantt chart really is useful for getting details of a project. If you see Gantt chart for more than one project then you will need a wall size screen

  • Gantt chart view

    Hello 
    Im new to project coming from a Primavera background, still trying to get used to the features. So this isnt really a problem just annoying really. When i open projects the gantt chart date always shows 2013 so i have to drag it along i thought maybe i could
    reset the date so the status date always shows instead. Is this possible?
    Thanks in advance :)

    Kathhee,
    The view will open as you left it.  As an alternative you can press Scroll to Task (CTRL-SHIFT-F5) and it will display the Gantt chart as per the focused task.
    Ben Howard [MVP] | web |
    blog |
    book | P2O

  • Help with a Gantt chart view (Project Tasks) - Tasks and chart misaligned vertically

    I have created a Gantt chart for a task list and on some computers (all on I.E. 9), the chart is misaligned with the table on the left.  The "row height" of the bars on the chart is less than the height of the rows in the table, so about 10-15
    tasks down the lists things become very misaligned, and by the bottom of the page, the table goes 2-3 complete rows past the bottom of the chart.  How can I correct this?
    On a similar note, is there a way to color code the bars or anything to make it easier to associate them with a task/assigned to/etc?

    This is a rendering error on IE, try changing your zoom level on the browser.

  • There is a view named &gantt chart in this project which cannot be overwritten

    Hello,
    I'm using Project Server 2007 SP2. While opening a plan, we are getting the following error
    "There is a view named &gantt chart in this project which cannot be overwritten"
    However, we are not getting the same error for other plan. Is there any changes to be done in the enterprise Global? How to rectify the error? Kindly help.
    Thanks!

    Sandhya987 --
    In addition to Guillaume's excellent answer, you should know that this problem was not caused by the project manager.  The problem was caused solely by the actions of the Project Server administrator.  The Enterprise Global file is reserved for
    ONLY enterprise views, tables, filters, and groups.  For example, there is a default enterprise view named Enterprise Gantt Chart and there is a default enterprise table named Enterprise Entry.  The Project Server administrator should NEVER add local
    views to the Enterprise Global, such as the Gantt Chart, Resource Sheet, etc.
    So, how did the Gantt Chart view end up in the Enterprise Global?  I doubt the Project Server administrator did this intentionally.  Instead, my guess is that he/she applied the regular Gantt Chart view while he/she had the Enterprise Global file
    open for editing.  If the Project Server administrator applies any local view (such as the Gantt Chart view) while he/she has the Enterprise Global file open for editing, Microsoft Project COPIES that view and its default table into the Enterprise Global
    file.  So, if he/she applies the Gantt Chart view while he/she has the Enterprise Global file open, Microsoft Project copies BOTH the Gantt Chart view AND the Entry table into the Enterprise Global file, thus polluting the Enterprise Global file with
    a local view and table.
    To clean up the pollution, keep in mind that your Project Server administrator will need to delete all local view AND all local tables as well.  As the article indicates, as cited by Guillaume, the problem you are facing is a common one, so welcome
    to the club!  :)
    Hope this extra helps.
    Dale A. Howard [MVP]

  • Gantt Chart in Project Status Report

    Hi Folks,
    We are doing a custom development and creating our own Project Status Report PDF form. Is there a way (standard FM or otherwise) to generate a Gantt chart and show it on the PDF form.
    The Gantt chart itself is not of the whole project structure. It is only the phases. Most projects will have 4-5 phases maximum. The Gantt chart also does not need to be too sophisticated, we just need a high level graphical representation of the phase timelines.
    Let me know if my question is not clear and I can elaborate.
    Thanks
    Lashan

    Hello Lashan,
    Building the Gantt chart in a PDF report is quite tricky. The Gantt chart view you see in cProjects is a different SAP component, JGantt (developed in Java), which is connected to the system.
    Adobe forms don't have a standard Gantt element, so you'll have to render it somewhere else and send it to the form in a binary format.
    For creating and rendering the graphic you can use the SAP IGS (Internet Graphics Service).
    You can find some details here: http://help.sap.com/saphelp_nw04s/helpdata/en/17/86c039c7811f11e10000000a114084/content.htm
    This is a little bit more complicated, you also need to use iXML libraries to transform all the Gantt data into the IGS required format.
    The end result will not really look like the Gantt view, but it will contain all necessary information:
    Is this the kind of graphic you need to develop?
    Cheers,
    Tudor

  • Oracle Project - Gantt Chart probem java.lang.NoClassDefFoundError

    Hi all,
    I have and apps11i instance (11.5.10.2) in OEL 5 x86 and DB 10g R2
    Patch set level is as per Software Updates for +Oracle Projects Rollup Patch 4 for Oracle Projects Family Pack M (11i.PJ_PF.M)[Article ID 423428.1+
    When radio button Gantt chart view is selected in Workplan tab the following error is shown
    *JSP Error:*
    *Request URI:/OA_HTML/OA.jsp*
    *Exception:*
    *java.lang.NoClassDefFoundError*
    Any help is highly appriciated
    Thanks in advance and regards,
    Soni                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Soni wrote:
    Hi all,
    I have and apps11i instance (11.5.10.2) in OEL 5 x86 and DB 10g R2
    Patch set level is as per Software Updates for +Oracle Projects Rollup Patch 4 for Oracle Projects Family Pack M (11i.PJ_PF.M)[Article ID 423428.1+
    When radio button Gantt chart view is selected in Workplan tab the following error is shown
    *JSP Error:*
    *Request URI:/OA_HTML/OA.jsp*
    *Exception:*
    *java.lang.NoClassDefFoundError*
    Any help is highly appriciated
    Thanks in advance and regards,
    Soni
    Please see (Receive Error When Attempting To Open A Work Plan Gantt Chart View [ID 306413.1).Thanks,
    Hussein

  • Display of Assigned Resource Units or % in Gantt chart

    Is there a way in P6 to show how many of a particular resource is assigned to a task in the Gantt chart view/layout? For example, a task may have (7) laborers, (2) electricians, (1) operating engineer, and (1) concrete pump truck assigned. The "Resources" column in the Gantt view only shows laborer, electrician, operating engineer, concrete pump truck. It does not show how many of each are needed.

    Go for the workaround.
    Create a text User Defined Field (UDF).
    Add the numbers in UDF exactly in order of resources view in Gantt Chart.
    Add the UDF as bar label next to Resources label.
    Jawad
    Novo Rail, Sydney

  • Ganntt Chart view

    Although I have set a project start date for say 01/02/14 which then ends say 90 days time, and I add tasks, when I then save and reopen the project the gantt chart view always opens at August 2013 and I then need to scroll to my current date.
    How can I set the gantt view to always, at least, view from my project start date and not some months before.

    Scroll the Gantt chart in Jan then save and open it again. while saving if you sroll gantt chart in Aug then save and reopen it will show Aug in gantt chart(default behavior)
    Check setting in Project Information dialog start date, current date, Status date, Check the start date of the task if any of the task will start in August 2013.
    Open View tab select timescale as days or week then save the plan.
    kirtesh

  • SharePoint 2010 Form Library Missing the Option to Create Gantt Chart

    I have two content enable SharePoint 2010 form libraries - one has the option to create a Gantt Chart view while the other does not. Why?

    Hi Zach,
    Please access the page when you create a standard view, I assume the page url is as:
    _layouts/ViewNew.aspx?List=ID&Source=ID
    Try add &Gantt=True in the end, and the page url should be as:
    _layouts/ViewNew.aspx?List=ID&Source=ID&Gantt=True
    Click Enter and see if you can create a Gantt view. The list should at least has two columns in Date type for start date and end date.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Ho to resolve gantt chart rendering issue as webpart

    When I am showing gantt chart view as webpart, it is not rendering properly (same in IE) and for few instance it is correcting after few days(but not all sites).
    Please help us to understand.
    Regards Sudip Misra [email protected] +1-412-237-5435 Pittsburgh, PA

    1. Download the css below.
    2. Rename the file as “.css” extension
    3. Now upload this file to the team site assets library 
    4. Now navigate to the page were the web part is inserted
    5. Click on site action and edit page
    6. Let’s click on insert and add web part 
    7. Select Script editor web part from Media and content  
    8. In the Script editor web part Past the code <LINK REL=StyleSheet HREF="https://domainname.sharepoint.com/SiteAssets/myjgrid.css" TYPE="text/css" >
    9. In the highlighted section past the URL of the File added to site assets library
    a. Open the site assets library 
    b. Right click on the file myjgrid.css
    c. Select copy shortcut ( IE browser) 
    10. Now save the changes made on the page.
    /* _lcid="1033" _version="16.0.2930"
    _LocalBinding */
    .jsgrid-control-text
    padding-left:4px;
    .jsgrid-control-text-rtl
    padding-right:4px;
    input[type=text].jsgrid-control-editbox,.jsgrid-control-editbox
    border:0px;
    padding:2px 4px 2px 4px;
    overflow:hidden;
    z-index:1;
    input[type=text].jsgrid-control-editbox::-ms-clear
    display:none;
    textarea.jsgrid-control-multiline,.jsgrid-control-rte
    border-width:0px;
    /* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
    .jsgrid-widget-dock
    /* [ReplaceColor(themeColor:"ButtonBorder")] */ border:1px solid #ababab;
    /* [ReplaceColor(themeColor:"ButtonBackground",opacity:"1.0")] */ background-color:#fdfdfd;
    height:20px;
    cursor:pointer;
    z-index:1;
    .jsgrid-widget-dock-hover
    /* [ReplaceColor(themeColor:"ButtonHoverBorder")] */ border-color:#92c0e0;
    /* [ReplaceColor(themeColor:"ButtonHoverBackground",opacity:"1.0")] */ background-color:#e6f2fa;
    .jsgrid-widget-dock-pressed
    /* [ReplaceColor(themeColor:"ButtonPressedBorder")] */ border-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"ButtonPressedBackground",opacity:"1.0")] */ background-color:#92b7d1;
    .jsgrid-widget-cell
    overflow:hidden;
    padding:2px;
    float:left;
    height:16px;
    width:16px;
    top:0px;
    .jsgrid-widget-hyperlink
    /* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
    /* [ReplaceColor(themeColor:"Lines")] */ border:solid 1px #ababab;
    .jsgrid-widget-hyperlink-buttonarea
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
    .ms-core-needIEFilter .jsgrid-widget-hyperlink-buttonarea
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
    .jsgrid-widget-hyperlink-okbutton
    /* [ReplaceColor(themeColor:"SubtleEmphasisCommandLinks")] */ color:#262626;
    .combobox-placeholder > .combobox-img
    /* [ReplaceColor(themeColor:"StrongLines")] */ border:1px solid #92c0e0;
    margin:auto;
    padding:0px;
    .combobox-placeholder > input[type="text"]
    /* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1")] */ background-color:#fff;
    .outer-scroll-bar
    background-color:#E6E8EB;
    top:0px;
    left:0px;
    .inner-scroll-bar
    border-right:1px solid #F8F9F9;
    border-left:1px solid #F5F6F7;
    border-top:1px solid #F5F6F7;
    border-bottom:1px solid #F5F6F7;
    background-color:#F0F0F0;
    top:1px;
    left:1px;
    .scroll-bar-cell
    border:1px solid #F6F6F6;
    background-color:#D5DDED;
    .scroll-bar-inner-arrow-cell
    border:1px solid transparent;
    .scroll-bar-arrow-cell
    border:1px solid transparent;
    top:0px;
    left:0px;
    .scroll-bar-outer-box
    border:1px solid #A3A6AB;
    background-color:#EEEFF2;
    top:0px;
    left:0px;
    .scroll-bar-background-main
    background-color:#F2F3F5;
    .scroll-bar-background-shade
    background-color:#EDEEF0;
    .scroll-bar-inner-box-main
    background-color:#DBDFE5;
    .scroll-bar-inner-box-shade
    background-color:#E5E8EC;
    .scroll-bar-arrow
    border:0px;
    padding:0px;
    text-align:center;
    vertical-align:top;
    .scroll-bar-grip
    top:0px;
    left:0px;
    border-color:#A7AAAF;
    background-color:#FEFEFE;
    .horiz-scroll-bar-inner-box-main
    .horiz-scroll-bar-inner-box-shade
    .horiz-scroll-bar-bg-block
    float:left;
    height:100%;
    .horiz-scroll-bar-arrow-cell
    top:-2px;
    .horiz-scroll-bar-outer-box
    top:-1px;
    .horiz-scroll-bar-grip
    border-left:1px solid;
    height:5px;
    width:1px;
    .vert-scroll-bar-inner-box-main
    float:right;
    .vert-scroll-bar-inner-box-shade
    float:left;
    .vert-scroll-bar-background-main
    float:right;
    .vert-scroll-bar-background-shade
    float:left;
    .vert-scroll-bar-arrow-cell
    left:-2px;
    .vert-scroll-bar-outer-box
    left:-1px;
    .vert-scroll-bar-grip
    border-top:1px solid;
    height:1px;
    width:5px;
    .jsgrid-gantt-vert-delim
    top:0px;
    height:100%;
    border-left-width:1px;
    border-left-style:solid;
    border-right-width:1px;
    border-right-style:solid;
    background:transparent;
    .jsgrid-gantt-vert-today
    top:0px;
    height:100%;
    border-left-width:1px;
    border-left-style:solid;
    width:0px;
    background:transparent;
    z-index:1;
    .ms-jsgrid-cell-selected-editable,
    .ms-jsgrid-cell-selected-editable a:hover
    cursor:text;
    .ms-jsgrid-cell-selected-editable [ms-jsgrid-click-passthrough=true]
    cursor:auto;
    .jsgrid-header-eyebrow
    height:4px;
    cursor:pointer;
    .jsgrid-header-content{
    height:100%;
    width:100%;
    .ms-core-needIEFilter .jsgrid-header-content
    overflow:hidden;
    .jsgrid-header-core-content{
    overflow:hidden;
    text-overflow:none;
    white-space:nowrap;
    color:#2E4F69;
    .jsgrid-header-core-img-content
    overflow:hidden;
    text-overflow:none;
    white-space:nowrap;
    color:#2E4F69;
    .jsgrid-header-sort-arrow-div
    height:6px;
    padding-bottom:1px;
    overflow:hidden;
    cursor:move;
    .jsgrid-header-menu
    display:none;
    height:100%;
    cursor:pointer;
    .jsgrid-header-filter-state
    display:none;
    height:100%;
    cursor:pointer;
    .jsgrid-header-expand
    height:100%;
    width:4px;
    .jsgrid-error-notification{
    /* [ReplaceColor(themeColor:"ErrorText")] */ color:#bf0000;
    text-align:left;
    .jsgrid-vml
    behavior:url(#default#vml);
    .combobox-placeholder
    white-space:nowrap!important;
    padding:0px!important;
    .cb-textbox[dir="rtl"]
    float:right;
    .cb-textbox[dir="ltr"]
    float:left;
    .cb-textbox
    /* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
    border-width:0px!important;
    margin:0px!important;
    .combobox-img
    /* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
    padding:0px;
    font-size:8px;
    width:22px!important;
    min-width:22px!important;
    border-width:1px;
    border-color:transparent;
    .combobox-img:hover,.combobox-img:active,.combobox-img-active
    /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 );
    border-color:inherit;
    .ms-core-needIEFilter .combobox-img:hover,.ms-core-needIEFilter .combobox-img:active,.ms-core-needIEFilter .combobox-img-active
    background-color:transparent;
    /* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7fcde6f7,endColorstr=#7fcde6f7)";
    .combobox-img[dir="rtl"]
    float:right;
    border-style:none solid none none;
    text-align:right;
    .combobox-img[dir="ltr"]
    float:left;
    border-style:none none none solid;
    .combobox-icon[dir="ltr"]
    margin-left:3px;
    .combobox-icon[dir="rtl"]
    margin-right:3px;
    .listbox-panel,.combobox-dropdown
    /* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-color:#2a8dd4;
    border-style:solid;
    border-width:1px;
    overflow:hidden;
    .listbox-hidden-input
    top:-2000px;
    width:1px;
    height:1px;
    overflow:hidden;
    .combobox-dropdown
    height:20em;
    left:0px;
    clear:both;
    html>body .combobox-dropdown
    height:auto;
    max-height:300px;
    .combobox-panel-table
    cursor:default;
    border:0px none!important;
    padding:0px!important;
    width:100%;
    .cb-dp-highlight
    background-color:Highlight;
    color:HighlightText;
    .cb-dp-rw:hover
    /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color:rgba( 205,230,247,0.5 );
    .ms-core-needIEFilter .cb-dp-rw:hover
    background-color:transparent;
    /* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7fcde6f7,endColorstr=#7fcde6f7)";
    .cb-dp-rw-selected
    /* [ReplaceColor(themeColor:"SelectionBackground")] */ background-color:rgba( 156,206,240,0.5 );
    .ms-core-needIEFilter .cb-dp-rw-selected
    background-color:transparent;
    /* [ReplaceColor(themeColor:"SelectionBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7f9ccef0,endColorstr=#7f9ccef0)";
    .combobox-dropdown-celldiv
    overflow:hidden;
    border:0px;
    margin:0px;
    padding:4px 4px 4px 4px;
    .cb-dp-celldiv-first
    padding-left:8px;
    .cb-dp-celldiv-last
    padding-right:8px;
    .combobox-dropdown-celldiv[dir="ltr"]
    text-align:left;
    .combobox-dropdown-celldiv[dir="rtl"]
    text-align:right;
    .combobox-dropdown-cell,.combobox-dropdown-hdrcell
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-right-color:#2a8dd4;
    border-right-style:solid;
    border-right-width:1px;
    margin:0px;
    padding:0px;
    .cb-td-rtl
    border-right-style:none;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    border-left-style:solid;
    border-left-width:1px;
    .combobox-dropdown-imghdrcell,.combobox-dropdown-hdrcell
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
    border-bottom-style:solid;
    border-bottom-width:1px;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
    font-weight:bold;
    .combobox-dropdown-imghdrcell,.combobox-dropdown-imgcell
    width:10px;
    margin:0px;
    padding:2px 0px 2px 4px;
    .combobox-dropdown-foot
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-top-color:#2a8dd4;
    border-top-style:solid;
    border-top-width:1px;
    .combobox-headerwrapper,.combobox-tablewrapper
    background-color:transparent;
    z-index:1!important;
    width:100%;
    border-width:0px;
    margin:0px;
    html>body .combobox-headerwrapper,html>body .combobox-tablewrapper
    width:auto;
    .combobox-headerwrapper
    overflow:hidden;
    .combobox-tablewrapper
    overflow:auto;
    .combobox-link,.cb-progress-text,.cb-retry-text,.cb-err-link
    font-family:Segoe UI,Tahoma,Verdana;
    font-size:8pt;
    color:#444444;
    .combobox-link
    background-color:#f0f2f5;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-top-color:#2a8dd4;
    border-top-style:solid;
    border-top-width:1px;
    display:none;
    height:12px;
    padding-top:4px;
    padding-bottom:4px;
    .cb-err-link,.combobox-link
    color:#0072bc;
    padding-left:8px;
    .combobox-link[dir="ltr"]
    text-align:left;
    .combobox-link[dir="rtl"]
    text-align:right;
    .cb-progress-text
    padding-left:12px;
    white-space:nowrap;
    .cb-progress-cell,.cb-retry-cell
    text-align:center;
    padding-top:17px;
    padding-bottom:17px;
    .cb-progress-cell
    line-height:24px;
    .cb-progress-img
    vertical-align:middle;
    .ms-grid
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
    border-right-style:solid;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
    border-bottom-style:solid;
    /* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    .ms-grid-link
    /* [ReplaceColor(themeColor:"Hyperlink")] */ color:#0072c6;
    /* [ReplaceColor(themeColor:"Hyperlinkfollowed")] */ background-color:#663399;
    .ms-grid-selection
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-top-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    border-right-color:transparent;
    /* [ReplaceColor(themeColor:"SelectionBackground",opacity:"1.0")] */ color:#9ccef0;
    .ms-grid-selection-readonly
    /* [ReplaceColor(themeColor:"DisabledLines")] */ border-bottom-color:#e1e1e1;
    .ms-grid-edit
    /* [ReplaceColor(themeColor:"HoverBackground",opacity:"1.0")] */ background-color:#cde6f7;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"ErrorText")] */ border-top-color:#bf0000;
    .ms-grid-cell
    font-size:1em;
    font-weight:normal;
    font-style:normal;
    /* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
    /* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
    .ms-grid-cell-readonly
    /* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
    /* [ReplaceColor(themeColor:"BackgroundOverlay",opacity:"1.0")] */ background-color:#fff;
    .ms-grid-cell-readonly-focused
    /* [ReplaceColor(themeColor:"DisabledText")] */ color:#b1b1b1;
    /* [ReplaceColor(themeColor:"DisabledBackground")] */ background-color:#fdfdfd;
    .ms-grid-timescale
    font-size:1em;
    font-weight:normal;
    /* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
    background-color:transparent;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
    border-right-style:solid;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
    border-bottom-style:solid;
    /* [ReplaceColor(themeColor:"Lines")] */ border-left-color:#ababab;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-top-color:#2a8dd4;
    .ms-grid-col-header-normal
    font-size:1em;
    font-weight:normal;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
    background-color:transparent;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
    border-left-color:transparent;
    /* [ReplaceColor(themeColor:"Lines")] */ border-top-color:#ababab;
    .ms-grid-col-header-elem-bg-colors-normal
    border-left-color:transparent;
    background-color:transparent;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
    /* [ReplaceColor(themeColor:"Lines")] */ border-right-color:#ababab;
    .ms-grid-col-header-elem-hover-bg-colors-normal
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ color:#f1f1f1;
    /* [ReplaceColor(themeColor:"StrongLines")] */ border-right-color:#92c0e0;
    .ms-core-needIEFilter .ms-grid-col-header-elem-hover-bg-colors-normal
    background-color:transparent;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
    .ms-grid-col-elem-colors-click-normal
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    .ms-grid-row-header-normal
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
    .ms-grid-col-header-normal-hover
    font-size:1em;
    font-weight:normal;
    /* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-color:#2a8dd4;
    .ms-grid-col-header-elem-bg-colors-normal-hover
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-left-color:#c6c6c6;
    background-color:transparent;
    border-bottom-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-right-color:#2a8dd4;
    .ms-grid-col-header-elem-hover-bg-colors-normal-hover
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-top-color:#2a8dd4
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
    .ms-grid-col-elem-colors-click-normal-hover
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    .ms-grid-row-header-normal-hover
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
    .ms-grid-col-header-part-selected
    font-size:1em;
    font-weight:normal;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-right-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-top-color:#2a8dd4;
    .ms-grid-col-header-elem-bg-colors-part-selected
    border-left-color:transparent;
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-right-color:#2a8dd4;
    .ms-grid-col-header-elem-hover-bg-colors-part-selected
    /* [ReplaceColor(themeColor:"AccentText")] */ color:#0072c6;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-right-color:#2a8dd4;
    .ms-grid-col-elem-colors-click-part-selected
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    .ms-grid-row-header-part-selected
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
    .ms-grid-col-header-part-selected-hover
    font-size:1em;
    font-weight:normal;
    /* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-color:#2a8dd4;
    .ms-grid-col-header-elem-bg-colors-part-selected-hover
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-left-color:#c6c6c6;
    background-color:transparent;
    border-bottom-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-right-color:#2a8dd4;
    .ms-grid-col-header-elem-hover-bg-colors-part-selected-hover
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-top-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
    .ms-grid-col-elem-colors-click-part-selected-hover
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    .ms-grid-row-header-part-selected-hover
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
    .ms-grid-col-header-all-selected
    font-size:1em;
    font-weight:normal;
    /* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-left-color:#c6c6c6;
    /* [ReplaceColor(themeColor:"StrongLines")] BLOCK_COMMENT_ENDborder-bottom-color:#92c0e0;
    .ms-grid-col-header-elem-bg-colors-all-selected
    border-left-color:transparent;
    background-color:transparent;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
    /* [ReplaceColor(themeColor:"Lines")] BLOCK_COMMENT_ENDborder-right-color:#ababab;
    .ms-grid-col-header-elem-hover-bg-colors-all-selected
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
    /* [ReplaceColor(themeColor:"StrongLines")] */ border-right-color:#92c0e0;
    .ms-grid-col-elem-colors-click-all-selected
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    .ms-grid-row-header-all-selected
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
    .ms-grid-col-header-all-selected-hover
    font-size:1em;
    font-weight:normal;
    /* [ReplaceColor(themeColor:"BodyText")] */ color:#444;
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-color:#2a8dd4;
    .ms-grid-col-header-elem-bg-colors-all-selected-hover
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-left-color:#c6c6c6;
    background-color:transparent;
    border-bottom-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-right-color:#2a8dd4;
    .ms-grid-col-header-elem-hover-bg-colors-all-selected-hover
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-top-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
    .ms-grid-col-elem-colors-click-all-selected-hover
    background-color:transparent;
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-left-color:#2a8dd4;
    .ms-grid-row-header-all-selected-hover
    /* [ReplaceColor(themeColor:"AccentLines")] */ border-bottom-color:#2a8dd4;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-right-color:#c6c6c6;
    .ms-grid-splitter
    /* [ReplaceColor(themeColor:"Lines")] */ border-top-color:#ababab;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-left-color:#c6c6c6;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
    .ms-core-needIEFilter .ms-grid-splitter
    background-color:transparent;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
    .ms-grid-splitter-handle
    /* [ReplaceColor(themeColor:"StrongLines")] */ border-top-color:#92c0e0;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-left-color:#c6c6c6;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ border-right-color:#f1f1f1;
    .ms-core-needIEFilter .ms-grid-splitter-handle
    background-color:transparent;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
    .ms-grid-splitter-hover
    /* [ReplaceColor(themeColor:"StrongLines")] */ border-top-color:#92c0e0;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-left-color:#c6c6c6;
    /* [ReplaceColor(themeColor:"SubtleLines")] */ border-bottom-color:#c6c6c6;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
    .ms-core-needIEFilter .ms-grid-splitter-hover
    background-color:transparent;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
    .ms-grid-splitter-handle-hover
    /* [ReplaceColor(themeColor:"StrongLines")] */ border-top-color:#92c0e0;
    /* [ReplaceColor(themeColor:"Lines")] */ border-left-color:#ababab;
    /* [ReplaceColor(themeColor:"Lines")] */ border-bottom-color:#ababab;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
    border-right-color:transparent;
    .ms-core-needIEFilter .ms-grid-splitter-handle-hover
    background-color:transparent;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
    .ms-grid-splitter-drag
    /* [ReplaceColor(themeColor:"StrongLines")] */ border-top-color:#92c0e0;
    /* [ReplaceColor(themeColor:"Lines")] */ border-left-color:#ababab;
    /* [ReplaceColor(themeColor:"Lines")] */ border-bottom-color:#ababab;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
    .ms-core-needIEFilter .ms-grid-splitter-drag
    background-color:transparent;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
    .ms-grid-splitter-handle-drag
    /* [ReplaceColor(themeColor:"StrongLines")] */ border-top-color:#92c0e0;
    /* [ReplaceColor(themeColor:"Lines")] */ border-left-color:#ababab;
    /* [ReplaceColor(themeColor:"Lines")] */ border-bottom-color:#ababab;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ background-color:#f1f1f1;
    /* [ReplaceColor(themeColor:"SubtleBodyText")] */ color:#777;
    border-right-color:transparent;
    .ms-core-needIEFilter .ms-grid-splitter-handle-drag
    background-color:transparent;
    /* [ReplaceColor(themeColor:"SubtleEmphasisBackground")] */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c6efefef,endColorstr=#c6efefef)";
    .ms-grid-group1
    /* [ReplaceColor(themeColor:"ContentAccent1")] */ background-color:#0072C6;
    .ms-grid-group2
    /* [ReplaceColor(themeColor:"ContentAccent2")] */ background-color:#00485B;
    .ms-grid-group3
    /* [ReplaceColor(themeColor:"ContentAccent3")] */ background-color:#288054;
    .ms-grid-group4
    /* [ReplaceColor(themeColor:"ContentAccent4")] */ background-color:#767956;
    .ms-grid-group5
    /* [ReplaceColor(themeColor:"ContentAccent5")] */ background-color:#ED0033;
    .ms-grid-group6
    /* [ReplaceColor(themeColor:"ContentAccent6")] */ background-color:#682A7A;
    .ms-grid-group7
    /* [ReplaceColor(themeColor:"ContentAccent1")] */ background-color:#0072C6;
    .ms-grid-group8
    /* [ReplaceColor(themeColor:"ContentAccent2")] */ background-color:#00485B;
    .ms-grid-group9
    /* [ReplaceColor(themeColor:"ContentAccent3")] */ background-color:#288054;
    .clip6x9,.clip9x6,.clip11x11,.clip13x13,.clip16x16{;overflow:hidden;}.clip6x9{width:6px;height:9px;}.clip9x6{width:9px;height:6px;}.clip11x11{width:11px;height:11px;}.clip13x13{width:13px;height:13px;}.clip16x16{width:16px;height:16px;}.clip6x9 img,.clip6x9 input,.clip9x6 img,.clip9x6 input,.clip11x11 img,.clip11x11 input,.clip13x13 img,.clip13x13 input,.clip16x16 img,.clip16x16 input{;margin:0;padding:0;width:auto;height:auto;}.jsgridcluster_editheader{top:0;left:0;}.jsgridcluster_newrowheader{top:0;left:-16px;}.jsgridcluster_conflictheader{top:-16px;left:0;}.jsgridcluster_transferheader{top:-16px;left:-16px;}.jsgridcluster_cell-error{top:0;left:-32px;}.jsgridcluster_jsgrid-header-filter-icon{top:-16px;left:-32px;}.jsgridcluster_scrollbar-mousein-rightarrow{top:-32px;left:0;}.jsgridcluster_scrollbar-mousein-downarrow{top:-32px;left:-6px;}.jsgridcluster_scrollbar-mousein-uparrow{top:-32px;left:-15px;}.jsgridcluster_scrollbar-mousein-leftarrow{top:-32px;left:-24px;}.jsgridcluster_scrollbar-mouseout-rightarrow{top:-27px;left:-32px;}.jsgridcluster_scrollbar-mouseout-uparrow{top:-27px;left:-38px;}.jsgridcluster_scrollbar-mouseout-downarrow{top:-33px;left:-38px;}.jsgridcluster_scrollbar-mouseout-leftarrow{top:-41px;left:0;}.jsgridcluster_jsgrid-up-arrow{top:-38px;left:-6px;}.jsgridcluster_jsgrid-down-arrow{top:-44px;left:-6px;}
    Regards Sudip Misra [email protected] +1-412-237-5435 Pittsburgh, PA

Maybe you are looking for

  • Can't get songs purchased with AOL account to play

    Hi, I'm hoping someone can help. I just got a new Macbook Pro and transferred all my iTunes songs over from my iMac. Everything appeared to go smoothly, except for one very annoying issue. When I click on a song that I purchased on iTunes with my AOL

  • Error in opening a xlf file

    Hi, I am having a problem opening xlf documents. The error message I get is "Invalid version found 1.1.0.2. Xcelsius expects version 1.1.0.1.". I am using Xcelsius XL Standard / File version 1.1.0.1 / Application version 4.0.4.7. Those xlf documents

  • Mac keeps restarting after being asleep

    Safe mode tried and fine,reinstall and back up completed and yet still getting a restart after screen saver has been activated. I have been onto Apple who are none the wiser after repair disk etc, still no luck! Please help!?

  • Jar files for EJB using tomcat

    hi, Am using eclipse . I am getting an error the declared package does not match the expected package while compiling the ejb.Can anyone tell me what are the jar files I need to include in classpath for eclipse

  • Portal content migration from 7.0 to 7.3

    Greetings, We have installed a clean version of 7.3 portal environment (vanilla). I have transferred all 7.0 portal content (most of it - WAD reports & ECC transaction iViews) to 7.3 environment by using standard transport mechanism. After I execute