The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
11 views

SharePoint 2010 InfoPath Library Gantt Chart View MISSING Zoom In/Zoom Out Feature

How do I get the Zoom In/Zoom Out function back into the Library tab as it is in the List tab for Gantt Chart Views? Why would is the Zoom function missing from the Library tab? I set up a Gantt ...
0
votes
0answers
19 views

Gantt view and javascript events

I'm displaying a gantt view in a page in like this <Module Name="DefaultBlank" Url="" Path=""> <File Path="EmployeeWorkspacePages\default.aspx" Url="default.aspx" > <View ...
2
votes
1answer
67 views

How to hide the left pane in JS grid gantt chart in sharepoint

I am trying to create a custom gant chart control in sharepoint by using JS Grid control. I am following this tutorial: How to: Create a Gantt Chart Using the JS Grid Control 1) How can I hide ...
1
vote
1answer
57 views

Gantt view on default page

I'm trying to put gantt view of the list on the default page of the site. For common views, i'm using module with the default.aspx page and view i need this way: <?xml version="1.0" ...
2
votes
0answers
46 views

customize or extend sharepoint gantt chart to dipslay data from multiple lists

I would like to display data from different lists in a gantt chart view. I have different lists like: Stages, categories, parts. So data from stages List (stage1, stage2, stage3,...) will be ...
3
votes
1answer
722 views

Can the zoom/scale on JS Grid conrol in gantt mode be changed?

I have created a webpart with a JS Grid control with gantt enabled. I want the gantt view to display months instead of weekdays. Anyone have an idea how to do this? Update: The following link is what ...
0
votes
0answers
18 views

Gantt View with custom action

Does anybody now if it is possible to have a Gantt View with custom action in row context menu (or something similar). What i mean is to add an action above Delete (see photo)
0
votes
0answers
93 views

Leave planner and its Gantt View in SharePoint with approval workflow

I am creating a leave planner with provision for approval in SharePoint with a Gantt Chart view of the leaves. The requirements are Add a new leave entry with start date, end date (status of entry ...
0
votes
2answers
479 views

List Error “user does not exist or is not unique”

I have a large list that I'm having a heck of a time moving from one sharepoint cluster to another. The error I'm getting is when I load the content into the list (via cut and paste), I get an error ...
3
votes
0answers
245 views

Gantt Chart in SharePoint— Timeline view disappears

The first time I load the page, the timeline view of tasks appears no problem. However, when I start to add an item, scroll along the timeline, or otherwise take an action on the page, the timeline ...
0
votes
1answer
2k views

Gantt Chart - Project Task - Can Not Edit Item (Row)

I have created a Project Task List (aka the one with the Gantt Chart) and we are having a problem because no one can edit anything. I have reviewed all the permissions and I can't find anything wrong. ...
1
vote
1answer
319 views

Gant view for vacation

I want to create a Gant-view showing the vacations for all users. And I have done that but not in the way I want it. Now each user is able to create events for the vacation say 2 events 1.6 - 20.6 and ...
1
vote
0answers
320 views

How do I ensure that the task list displays in Gantt view when creating a new site from template?

I have a site with a Task List, which has a custom Gantt view as the default view. The home page of the site, which is not a wiki page, has a List View Web Part for the Task List where the Gantt view ...