I need to display the saved Resource names in Edit mode of Infragistics Ganttview. How is it possibe. Please give me supporting codes.
Hi,
I'm afraid I don't understand your question. Are you talking about AppStylist resources? Or GanttView resources/Owners?
Yes, GanttView resources/Owners
Okay... I'm still not sure what you are asking. Can you please explain in more detail what you want.
The Resource Names column displays in the GanttView by default.
yes. But How can i save and retrive those resource names.
Hello Ikram,
As per our earlier conversation, resource names are not stored as a discrete field specific to resources, but are rather maintained as part of the AllProperties field of the task object, which is its own object collection.
To make resources available to the task, they must first be added to the UltraCalendarInfo component’s Owners collection.
Resources may then be added to the task by either typing the name into the resource names text field of the task or by accessing the TaskDialog and accessing the resource names dropdown, assigning it to that particular task.
When a task is being populated with data from a bound datasource, that datasource is being updated dynamically as the task is modified, (this includes resource names which are allocated to the task).
Reloading the modified tasks from your datasource should result in resources persisting for tasks where that are assigned.
Please let me know if you have any further questions.
Sincerely,Chris KDeveloper Support EngineerInfragistics, Inc.www.infragistics.com/support