Search Results for: item

Aligning expander buttons for Gantt chart items when using recent versions of Bootstrap and DlhSoft Gantt Chart Hyper/Web Library

We’ve just noticed that recent versions of Bootstrap inject the following CSS to Web applications (at least under ASP .NET Core MVC projects created from Visual Studio): svg {  vertical-align: middle;} This may lead to our component showing the expander triangle … Continue reading

Posted in Development Components | Tagged , , , , | Leave a comment

Initializing JavaScript GanttChartView component items with start and effort (rather than finish)

If you have tried GanttChartView from Gantt Chart Hyper Library you have probably seen that our component requires initializing items using start and finish date values. (This is in attempt to ensure things are as optimized as possible by default, … Continue reading

Posted in Development Components | Tagged , , , , , , | Leave a comment

Simple ADO .NET connection for loading Gantt Chart items

Yes, sometimes you must use legacy systems, like ADO .NET, e.g. to run data reading code at low level but also with higher performance. If you want to load Gantt Chart items with dependencies (predecessor items), however, you should run … Continue reading

Posted in Development Components | Tagged , , , , , , | Leave a comment

Fixed work items in GanttChartView for JavaScript, TypeScript or ASP .NET / MVC

Having been already available on WPF since a couple of builds ago, we thought it would be good for people using JavaScript, TypeScript or ASP .NET components (i.e. developing Web applications) to have the same feature available there: fixed effort … Continue reading

Posted in Development Components | Tagged , , , | Leave a comment

Fixed work Gantt chart items and limiting scheduling breaks

Microsoft Project supports fixed work tasks: if you’d set a different duration for such an item, its total work effort wouldn’t change, and the resource assignments’ allocation percents would be updated instead. Sometimes you may need the same behavior in … Continue reading

Posted in Development Components | Tagged , , , , , , , | Leave a comment

Setting specific items as read only in GanttChartDataGrid (Gantt Chart Light Library)

GanttChartItem class offered with Gantt Chart Light Library and displayed by a GanttChartView or GanttChartDataGrid component instance doesn’t have a built-in IsReadOnly property. That is because only the Gantt Chart area is provided by the component itself – the grid … Continue reading

Posted in Development Components | Tagged , , , | Leave a comment

Synchronizing items and scrolling between Gantt Chart, Schedule Chart, and Load Chart controls for WPF

You’ve requested it, here it is: a small sample app (with C# code behind) that shows how you can synchronize the horizontal scrolling, timeline page, zoom level (two-way) and items (one-way) from GanttChartDataGrid to ScheduleChartDataGrid and LoadChartDataGrid WPF components from … Continue reading

Posted in Development Components | Tagged , , | Leave a comment

Converting Items collections with WPF, Silverlight™ or WinRT: deep, two-way syncing

Assuming that you use (or develop) a component that has a strongly typed Items collection, such as an ObservableCollection<ComponentItem> where ComponentItem class is also provided by the library, you (or your customers) may need a way to sync other types … Continue reading

Posted in Miscellaneous, Software Development | Tagged , , , , , , , , , , , | Leave a comment

Default component settings change

A note for developers: GanttChartView and other components from both Gantt Chart Hyper Library and Gantt Chart Web Library change the way they look if you rely on default settings for their appearance (once you update to the new builds … Continue reading

Posted in Development Components | Tagged , , , , , | Leave a comment

Auto-resizing custom column input fields in GanttChartView component for JavaScript

A short one today. This is how you can ensure the input (or other HTML element) of your custom column cell template would automatically be resized when the end user changes the width of the grid column, such as by … Continue reading

Posted in Development Components | Tagged , , , , | Leave a comment