This is a migrated thread and some comments may be shown as answers.

More Problems

1 Answer 28 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
SDI
Top achievements
Rank 1
SDI asked on 05 Apr 2018, 11:34 AM

I have the Gantt in a RadWizard and it doesnt seem to render correctly. I set the bound column widths and it doesnt care, i set the ListWidth and it doesnt care. It is putting an extra column in the List - looks like a complete column, but as you can see its not even in my Column definitions and autogenerate is false.

See the attached screen shots. One is when i put it INSIDE the Wizard, another is when i have it OUTSIDE the wizard container.

You need to address this.

 

 

<telerik:RadGantt RenderMode="Auto" runat="server" ID="RadGanttTasks" DataSourceID="SqlDataSource1" DependenciesDataSourceID="SqlDataSource2" Height="800px"
                                                        SelectedView="MonthView" AutoGenerateColumns="false" AllowColumnResize="true" DisplayDeleteConfirmation="true" EnablePdfExport="true" SnapToGrid="true"
                                                         Width="600px" ListWidth="300px" >
 
                                                        <Localization />
 
                                                        <YearView SlotWidth="250px" />
                                                        <MonthView SlotWidth="250px" />
                                                        <WeekView SlotWidth="250px" />
                                                        <DayView SlotWidth="250px" />
 
                                                        <Columns>
                                                            <telerik:GanttBoundColumn UniqueName="Subject" DataField="Title" AllowEdit="true" Width="125px" AllowSorting="false" HeaderText="Task" DataType="String" />
                                                            <telerik:GanttBoundColumn UniqueName="StartDate" DataField="Start" AllowEdit="true" Width="105px" AllowSorting="false" HeaderText="Start Date" DataType="DateTime" DataFormatString="MM/dd/yyyy hh:mm tt" />
                                                            <telerik:GanttBoundColumn UniqueName="EndDate" DataField="End" AllowEdit="true" Width="105px" AllowSorting="false" HeaderText="End Date" DataType="DateTime" DataFormatString="MM/dd/yyyy hh:mm tt" />
                                                        </Columns>
 
                                                        <DataBindings>
                                                            <TasksDataBindings
                                                                IdField="TaskProjectDetailTemplateId" ParentIdField="TaskProjectDetailTemplateIdParent"
                                                                StartField="Start" EndField="End"
                                                                OrderIdField="TaskLevel" ExpandedField="Expanded" PercentCompleteField="PercentComplete"
                                                                TitleField="Title" SummaryField="Summary" />
                                                            <DependenciesDataBindings
                                                                TypeField="Type" IdField="TaskProjectDetailTemplateDependId"
                                                                PredecessorIdField="PredecessorID"
                                                                SuccessorIdField="SuccessorID" />
                                                        </DataBindings>
 
                                                    </telerik:RadGantt>

 

1 Answer, 1 is accepted

Sort by
0
SDI
Top achievements
Rank 1
answered on 06 Apr 2018, 01:51 PM

Anyone home? Telerik - this is a problem with the Gantt control. I put this in a jQuery Wizard and it had the same problem. Its the fourth step and does not have any data until the user decides which project to load on step 2. It does a postback to fill in the data and then its all screwed up with the layout - per my screen shots. If its OUTSIDE of the wizard control it works fine. You can easily duplicate this.

 

We also need a CUSTOM Add Task control. Why would anyone want to use only the simplified default. Don't you think their are customers that dont have the same setup as you determined, but have other fields for tasks that need to be decided by the end-user at run-time? You have custom edit popups working on the task edit, but we have no control over the Add Task button. Limited client-side events too.

 

Are you giving up on this control? Can someone throw us a bone here on this rendering bug? Come on Telerik

Tags
Gantt
Asked by
SDI
Top achievements
Rank 1
Answers by
SDI
Top achievements
Rank 1
Share this question
or