Hi All,
I'm adding my project resources to CalendarInfo.Owners and I want my user just to select from the current owners for tasks and not be able to type resource name .
how can I do this ?
thanks
Hello ashkank82,
What you could do is handle the UltraGanttView.TaskDialogDisplaying event and create your own task dialog using the provided e.Task property. You could then set e.Cancel to true to prevent the built-in task dialog from displaying.
I don't understand what you mean by the layout of my form ,I'm not adding anything to the base control (i'm using the ganntview control in my WPF application) and when I say preventing I mean in task information window in resources tab I want my user to select from drop down resources only.
You say you want to prevent your users from typing resource names. I would need some more information about the layout of your form before I would be able to help you with this.