- 
                Notifications
    
You must be signed in to change notification settings  - Fork 21
 
977013-[Dev] WPF Kanban UG document updated regarding custom mapping feature #1905
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
Conversation
| 
           Build Status: INPROGRESS 🔃  | 
    
| 
           CI Status: SUCCESS ✅  | 
    
| 
           Build Status: INPROGRESS 🔃  | 
    
| 
           The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit.  | 
    
| 
           CI Status: ABORTED ❌  | 
    
| 
           Build Status: INPROGRESS 🔃  | 
    
| 
           CI Status: FAILURE ❌  | 
    
| 
           Build Status: INPROGRESS 🔃  | 
    
| 
           CI Status: FAILURE ❌  | 
    
| 
           Build Status: INPROGRESS 🔃  | 
    
| 
           CI Status: SUCCESS ✅  | 
    
| 
           Build Status: INPROGRESS 🔃  | 
    
| 
           CI Status: SUCCESS ✅  | 
    
        
          
                wpf/Kanban-Board/Getting-started.md
              
                Outdated
          
        
      | 
               | 
          ||
| ImageURL = new Uri("/images/icon.jpg", UriKind.RelativeOrAbsolute ) | ||
| }); | ||
| This section explains how to populate the .NET MAUI Kanban control's `ItemSource` by creating and binding both default and custom task data models. | 
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 WPF
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 to WPF instead of ".NET MAUI".
        
          
                wpf/Kanban-Board/Getting-started.md
              
                Outdated
          
        
      |  | ||
| 
               | 
          ||
| <syncfusion:SfKanban ItemsSource="{Binding Tasks}" /> | ||
| You can find the complete getting started sample from this [`link`](https://github.com/SyncfusionExamples/Getting-started-in-SfKanban-WPF). | 
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.
View demo from GitHub
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.
Image removed and the content added to view sample in GitHub.
| 
           Build Status: INPROGRESS 🔃  | 
    
| 
           CI Status: SUCCESS ✅  | 
    
| 
           Build Status: INQUEUE 🕒  | 
    
| 
           Build Status: INPROGRESS 🔃  | 
    
| 
           The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit.  | 
    
| 
           CI Status: ABORTED ❌  | 
    
| 
           Build Status: INQUEUE 🕒  | 
    
| 
           Build Status: INPROGRESS 🔃  | 
    
| 
           CI Status: SUCCESS ✅  | 
    
        
          
                wpf/Kanban-Board/Getting-started.md
              
                Outdated
          
        
      | 
               | 
          ||
| N> This window differs for the Visual Basic project. | ||
| 
               | 
          ||
| ## Create a simple Kanban | 
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.
Create a simple Kanban Board
        
          
                wpf/Kanban-Board/Getting-started.md
              
                Outdated
          
        
      | * Work In-Progress Limit | ||
| 
               | 
          ||
| #### Adding SfKanban | ||
| In this walkthrough, we will demonstrate how to create a new application that integrates the SfKanban control. | 
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.
In this section, we'll demonstrate how to build a new WPF application that integrates the SfKanban control.
        
          
                wpf/Kanban-Board/Getting-started.md
              
                Outdated
          
        
      | 
               | 
          ||
|  | ||
| 
               | 
          ||
| ## Populate WPF Kanban item source | 
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.
Add ### hash tag
        
          
                wpf/Kanban-Board/Getting-started.md
              
                Outdated
          
        
      | { | ||
| Categories = "Open", | ||
| Title = "To Do", | ||
| MinimumLimit = 1, | 
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.
Remove MinimumLimit, MaximumLimit - i need same code for both XAML and C#
        
          
                wpf/Kanban-Board/Getting-started.md
              
                Outdated
          
        
      | Category = "Open", | ||
| ColorKey = "Low", | ||
| Tags = new string[] { "Deployment" }, | ||
| ImageURL = new Uri("/images/People_Circle1.png", UriKind.RelativeOrAbsolute) | 
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.
@VishalOmprasad, i asked to remove image right? same mistakes repeated for all platforms
        
          
                wpf/Kanban-Board/Getting-started.md
              
                Outdated
          
        
      | You can also map custom data model to our Kanban control. The following steps demonstrate how to render tasks using the [WPF Kanban](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Kanban.SfKanban.html) control with respective custom data properties. | ||
| 
               | 
          ||
| ItemsSource = new TaskDetails().Tasks | ||
| 
               | 
          
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.
Remove unwanted line added. @VishalOmprasad, cross check changes once before sharing PR for review
| 
           Build Status: INQUEUE 🕒  | 
    
| 
           Build Status: INPROGRESS 🔃  | 
    
| 
           CI Status: SUCCESS ✅  | 
    
Description
WPF Kanban UG document updated regarding custom mapping feature.