I am migrating MS Project Documents into Line of Business application into web pages. Which means everything MS Project can do, my client expect the telerik controls to do! What I require is 'Go to' Date, where by the radGantt display can scroll to that position (eg like jumping to a # location) This will allow the implementation of 'Go to 'Today' This will allow the implementation of 'Go to 'dd/mm/yy' Where the date in in the center of the page, with an optional line (you are here) indicator. See https://www.officetimeline.com/plus for ideas.
If the RadGantt custom column could be a type of "Rich Text", then we could insert any html including link buttons (e.g. edit task ), Icons ( e.g. tick for task complete), or rich text in red, green or whatever. We would also need the data_bind event available to populate the custom field. :)
I am migrating Excel Documents into Line of Business application into web pages. Which means everything excel can do, my client expect the telerik controls to do! In your RadGantt controls, the Left hand side of the control is perceived to be a RadGrid this it is expected to have the same affordances of radGrid. Which means that I expect the <CommandItemSettings ShowAddNewRecordButton="false" /> to work. Which means I can apply all my learning of radGrid to the left hand side of radGantt.
I was trying out the RadGantt control. Noticed the following 1. There is no validation on the dependency - for example, if I have set the dependency to "Start After" parent task, then should it allow me to enter CompletionPercentage? does not make sense. 2. If I extend the end date of the predecessor, then there is no option to automatically update the dates of all successors. This means that I have to manually adjust all the subsequent dates. Doe not make sense. These were noticed on the demo application on the web. If these features exist, then please point me to the relevant demo.
I am migrating MS Project Documents into Line of Business application into web pages. Which means everything MS Project can do, my client expect the telerik controls to do! I would like features as seen in https://www.officetimeline.com/plus Which means I can summarize the status of a project. Which means I can use the mouse wheel and the 'Ctrl' key to zoom in and out of a project. Initially this would be like changing from 'Day' view all the way thro to 'Year' view, but unlike pressing this buttons, I am still centered on in on that date much like in https://soundcloud.com/explore but its not music but a date on a timeline. So if SoundCloud was for Project timelines that would be good. This also have cross over for the Scheduler calender Timeline.
Similar to what we have in other controls, when there is are no records, we should have a specific template where we can show an image or some text that shows that the Gantt chart could not be displayed since there is no data. Attached is a sample implementation which can be used as a temporary workaround. To run the project, place the .NET 4.5 version of the Telerik.Web.UI.dll in the bin folder of the project.
There is a need to add custom buttons to the button strip of RadGantt. The buttons for "Day | Week | Month" view appears on the top right of the RadGantt. The "Export to Pdf" button appears on the top left corner. I would like to add new buttons next to the "Export to Pdf" button. I would suggest taking this as a feature request. There are many scenarios where we need to have custom buttons in the toolbar of the RadGantt. Let the priority be decided by public opinion.
Would like to show column grouping for a few columns in the RaddGantt.
e.g.
Also, would like to add to the query, how can I have the Gantt chart with the dates shown vertically as in the image attached. I don't want the Week or Month name coming in the grouping. Just dates in the timeline view.
I would like to use the RadGantt control in combination with my own RadWindow that would pop up as an edit control when clicking on a row in the treeview control of that object. There currently appear to be no client side events on the treeview. I would like the treeview to have a third mode that is not exactly "ReadOnly=True" or "ReadOnly=False", but would allow the row to be highlighted on click. The row data would not be editable, and clicking anywhere in a row would raise a client side event that I could trap. Thanks for considering.
In project management it´s very important the possibility to save a baseline, because is the reference to compare project performance. Something like "save current task list with a specific name, sample: baseline_first-planning-date". After sometime it´s possible to save new baseline with all changes of dates and other columns. At this moment with two baselines it´s possible to compare the project performance, showing two gantt with different colors. I believe this is a great improvement. Thanks Daniel
In the RadGantt, when using WebServices with the Gantt, there is no OnClientRequestEnd client side event. We have a scenario where we're wanting to be able to track whether or not an insert/update event succeeded (and update a control elsewhere on our page if it did) or failed (and show an alert if it didn't). however there is currently no event handler for when WebService requests from the RadGantt have completed.
Allow the implementation of Custom views or extending the available ones similar to the Kendo UI Gantt - https://docs.telerik.com/kendo-ui/controls/scheduling/gantt/how-to/creating-custom-view