Skip to content

Conversation

@sanjayvikramsf4373
Copy link
Contributor

@sanjayvikramsf4373 sanjayvikramsf4373 commented Jul 24, 2024

Description

Update the Gantt UG for Custom view model Import and Export.

SyncfusionBuild and others added 20 commits June 19, 2024 06:58
WPF 890011 - Gantt corrections and Scheduler tooltip template updated
…OC.html file for the 2024 Volume 2 SP Release - July 25, 2024
DOCINFRA-2341_merged_using_automation
@SyncfusionBuild
Copy link
Contributor

Build Status: INPROGRESS 🔃
Build Location: Update-the-UG-for-Custom-view-model-Import-and-Export

## Import/Export Task Details from/to XML
## Import/Export Tasks from/to XML

### Using Default view model(Task Details)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using default model (TaskDetails)

Copy link
Contributor Author

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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using custom model

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed the sub title.

@sanjayvikramsf4373 sanjayvikramsf4373 changed the title Update the UG for Custom view model Import and Export Update the Gantt UG for Custom view model Import and Export Jul 24, 2024

### Using Custom view model

The following code illustrates how to Import and Export Custom ViewModel collections from or to XML.
Copy link
Collaborator

@Karthickmani97 Karthickmani97 Jul 24, 2024

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.

Copy link
Contributor Author

@sanjayvikramsf4373 sanjayvikramsf4373 Jul 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed the description.

@Syncfusion-CI
Copy link

CI Status: SUCCESS ✅
Source Compilation: SUCCESS ✅
Build Location: Update-the-UG-for-Custom-view-model-Import-and-Export
Technical Error(s): 0
Spelling Error(s): 0
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
FT Layout Syntax Error(s): 0
Front matter Error(s): 0
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0

Click="OnOpenButtonClick"
Content="Import From XML" />
</StackPanel>
<syncfusion:GanttControl x:Name="ganttControl"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Improper code indentation

Copy link
Contributor Author

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/>
Copy link
Collaborator

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

Copy link
Contributor Author

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");
Copy link
Collaborator

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>();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

data - rename to taskInfo

Copy link
Collaborator

@Karthickmani97 Karthickmani97 left a 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.

@SyncfusionBuild
Copy link
Contributor

Build Status: INPROGRESS 🔃
Build Location: Update-the-UG-for-Custom-view-model-Import-and-Export

@SyncfusionBuild
Copy link
Contributor

CI Status: SUCCESS ✅
Source Compilation: SUCCESS ✅
Build Location: Update-the-UG-for-Custom-view-model-Import-and-Export
Technical Error(s): 0
Spelling Error(s): 0
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
FT Layout Syntax Error(s): 0
Front matter Error(s): 0
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0

@Karthickmani97 Karthickmani97 changed the title Update the Gantt UG for Custom view model Import and Export Update the Gantt UG for Custom view model Import and Export. Jul 24, 2024
@SyncfusionBuild
Copy link
Contributor

Build Status: INPROGRESS 🔃
Build Location: Update-the-UG-for-Custom-view-model-Import-and-Export

@SyncfusionBuild
Copy link
Contributor

CI Status: SUCCESS ✅
Source Compilation: SUCCESS ✅
Build Location: Update-the-UG-for-Custom-view-model-Import-and-Export
Technical Error(s): 0
Spelling Error(s): 0
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
FT Layout Syntax Error(s): 0
Front matter Error(s): 0
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0

@SyncfusionBuild
Copy link
Contributor

Build Status: INPROGRESS 🔃
Build Location: Update-the-UG-for-Custom-view-model-Import-and-Export

@sanjayvikramsf4373 sanjayvikramsf4373 changed the title Update the Gantt UG for Custom view model Import and Export. 892301 - Update the Gantt UG for Custom view model Import and Export. Jul 24, 2024
@SyncfusionBuild
Copy link
Contributor

CI Status: SUCCESS ✅
Source Compilation: SUCCESS ✅
Build Location: Update-the-UG-for-Custom-view-model-Import-and-Export
Technical Error(s): 0
Spelling Error(s): 0
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
FT Layout Syntax Error(s): 0
Front matter Error(s): 0
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0

@sanjayvikramsf4373 sanjayvikramsf4373 changed the base branch from master to hotfix/hotfix-v26.1.35 July 24, 2024 08:55
@SyncfusionBuild
Copy link
Contributor

Build Status: INQUEUE 🕒
Build Location: Update-the-UG-for-Custom-view-model-Import-and-Export

@SyncfusionBuild
Copy link
Contributor

The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit.

@SyncfusionBuild
Copy link
Contributor

Build Status: INQUEUE 🕒
Build Location: Update-the-UG-for-Custom-view-model-Import-and-Export

@SyncfusionBuild
Copy link
Contributor

Build Status: INPROGRESS 🔃
Build Location: Update-the-UG-for-Custom-view-model-Import-and-Export

@SyncfusionBuild
Copy link
Contributor

Build Status: INPROGRESS 🔃
Build Location: Update-the-UG-for-Custom-view-model-Import-and-Export

@SyncfusionBuild
Copy link
Contributor

CI Status: FAILURE ❌
Source Compilation: SUCCESS ✅
Failure Reason: CI Failure with violation
Build Location: Update-the-UG-for-Custom-view-model-Import-and-Export
Technical Error(s): 0
Spelling Error(s): 0
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
FT Layout Syntax Error(s): 0
Front matter Error(s): 4
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0

@SyncfusionBuild
Copy link
Contributor

CI Status: FAILURE ❌
Source Compilation: SUCCESS ✅
Failure Reason: CI Failure with violation
Build Location: Update-the-UG-for-Custom-view-model-Import-and-Export
Technical Error(s): 0
Spelling Error(s): 0
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
FT Layout Syntax Error(s): 0
Front matter Error(s): 4
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0

@SyncfusionBuild
Copy link
Contributor

Build Status: INPROGRESS 🔃
Build Location: Update-the-UG-for-Custom-view-model-Import-and-Export

@SyncfusionBuild
Copy link
Contributor

CI Status: SUCCESS ✅
Source Compilation: SUCCESS ✅
Build Location: Update-the-UG-for-Custom-view-model-Import-and-Export
Technical Error(s): 0
Spelling Error(s): 0
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
FT Layout Syntax Error(s): 0
Front matter Error(s): 0
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0

@Jeyasri-Murugan Jeyasri-Murugan merged commit 68e2a42 into hotfix/hotfix-v26.1.35 Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants