Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
540
winGanttView resource names in data grid
posted

Hi,

Is it possible to show a dropdown list of resources in resource names (grid part) of the winganttView ?

thanks

Parents
No Data
Reply
  • 69832
    Offline posted

    Yes. I thought we put something in one of the help topics for this, but I could be mistaken. Basically, you assign an EditorWithCombo to the Editor property of the TaskColumnSettings for the resources column, and populate the ValueList with the members of the Owners collection, using (I think) the owner's Key as the DataValue. I think you can also use the EditorWithCombo 's multi-select capability to allow the user to assign more than one resource.

Children