-
Notifications
You must be signed in to change notification settings - Fork 21
892301 - Update the Gantt UG for Custom view model Import and Export. #1448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
892301 - Update the Gantt UG for Custom view model Import and Export. #1448
Conversation
DOCINFRA-2341_merged_using_automation
WPF 890011 - Gantt corrections and Scheduler tooltip template updated
DOCINFRA-2341_merged_using_automation
DOCINFRA-2341_merged_using_automation
DOCINFRA-2341_merged_using_automation
DOCINFRA-2341_merged_using_automation
DOCINFRA-2341_merged_using_automation
DOCINFRA-2341_merged_using_automation
DOCINFRA-2341_merged_using_automation
DOCINFRA-2341_merged_using_automation
DOCINFRA-2341_merged_using_automation
DOCINFRA-2341_merged_using_automation
DOCINFRA-2341_merged_using_automation
DOCINFRA-2341_merged_using_automation
DOCINFRA-2341_merged_using_automation
DOCINFRA-2341_merged_using_automation
…OC.html file for the 2024 Volume 2 SP Release - July 25, 2024
DOCINFRA-2341_merged_using_automation
|
Build Status: INPROGRESS 🔃 |
| ## Import/Export Task Details from/to XML | ||
| ## Import/Export Tasks from/to XML | ||
|
|
||
| ### Using Default view model(Task Details) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using default model (TaskDetails)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed the sub title.
| {% endhighlight %} | ||
| {% endtabs %} | ||
|
|
||
| ### Using Custom view model |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using custom model
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed the sub title.
|
|
||
| ### Using Custom view model | ||
|
|
||
| The following code illustrates how to Import and Export Custom ViewModel collections from or to XML. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following code illustrates how to Import and Export custom model collections from or to XML.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed the description.
|
CI Status: SUCCESS ✅ |
| Click="OnOpenButtonClick" | ||
| Content="Import From XML" /> | ||
| </StackPanel> | ||
| <syncfusion:GanttControl x:Name="ganttControl" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Improper code indentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert the changes.
| </syncfusion:TaskAttributeMapping> | ||
| </syncfusion:GanttControl.TaskAttributeMapping> | ||
| <syncfusion:GanttControl.DataContext> | ||
| <local:GanttViewModel/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here, defined class name is GanttViewModel, but added view model class named as ViewModel. resolve this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed GanttViewModel to ViewModel.
| set | ||
| { | ||
| this.progress = value; | ||
| OnPropertyChanged("Progress"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use prefix this in all places.
| private ObservableCollection<Task> GetDataSource() | ||
| { | ||
|
|
||
| var data = new ObservableCollection<Task>(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data - rename to taskInfo
Karthickmani97
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sanjayvikramsf4373 , Address my review concerns.
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
…n-content/wpf-docs into Update-the-UG-for-Custom-view-model-Import-and-Export
|
Build Status: INQUEUE 🕒 |
|
The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit. |
|
Build Status: INQUEUE 🕒 |
|
Build Status: INPROGRESS 🔃 |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
CI Status: FAILURE ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
Description
Update the Gantt UG for Custom view model Import and Export.