Hi,
Is it possible to show a dropdown list of resources in resource names (grid part) of the winganttView ?
thanks
thanks for the quick reply ,
I could assign EditorWithCombo to the column but would you please tell me how can I set the valuelist for this editor ?
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.