Find Jobs
Hire Freelancers

C# - WPF DataGrid with dynamic button on each row - Help for DataTemplateSelector

$10-30 USD

Completed
Posted over 3 years ago

$10-30 USD

Paid on delivery
I wrote a small application, which lists some files containing XML-snippets from a folder into a DataGrid. Now I want to add a button with the label "Install" to the first column, which gives the user the possibility to install the snippet to another file. If this snippet is already included into the file, the button should change to "Uninstall". Therefore I added the following to my XAML: ````xaml ... <[login to view URL]> <local:ButtonTemplateSelector x:Key="buttonTemplateSelector"> <local:[login to view URL]> <DataTemplate> <Button x:Name="btn_installSnippet" Click="btn_installSnippet_Click">Install</Button> </DataTemplate> </local:[login to view URL]> <local:[login to view URL]> <DataTemplate> <Button x:Name="btn_uninstallSnippet" Click="btn_uninstallSnippet_Click">Uninstall</Button> </DataTemplate> </local:[login to view URL]> </local:ButtonTemplateSelector> </[login to view URL]> ... <DataGrid x:Name="dataGrid_newViews" ItemsSource="{Binding}" HorizontalAlignment="Left" Height="148" Margin="40,152,0,0" VerticalAlignment="Top" Width="685" AutoGenerateColumns="True" SelectedCellsChanged="Datagrid_SelectedCellsChanged" CanUserAddRows="false" Grid.ColumnSpan="2"> <[login to view URL]> <DataGridTemplateColumn Header="Button" CellTemplateSelector="{StaticResource buttonTemplateSelector}" /> </[login to view URL]> </DataGrid> ```` Now I have problems with the code part, where the correct DataTemplate should be selected depending on a condition. ````c# public class ButtonTemplateSelector : DataTemplateSelector { public DataTemplate InstallButtonTemplate { get; set; } public DataTemplate UninstallButtonTemplate { get; set; } public override [login to view URL] SelectTemplate(object item, [login to view URL] container) { if(!CheckIfXmlAlreadyInstalled(<data>) { return InstallButtonTemplate; } else { return UninstallButtonTemplate; } } ```` I do not know how to pass the correct values to my condition part. Who can help me?
Project ID: 27454627

About the project

3 proposals
Remote project
Active 4 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
Awarded to:
User Avatar
Hi! How are you? I am interested in your project. I have been developed many C# WPF projects for 10 years. I read your description in detail and can help you well. Please contact me. Best Regard
$30 USD in 1 day
5.0 (37 reviews)
5.6
5.6
3 freelancers are bidding on average $27 USD for this job
User Avatar
Hi I'm interested of your post and exciting to do the over your project. please let me know your availability for further discussion
$30 USD in 2 days
0.0 (0 reviews)
0.0
0.0
User Avatar
Hi, I am interested and I was actually looking for this sort of project too. I want to help you develop this app and fix your error. I have worked with WPF and XML files so I think I am the right person for the job which I am hopeful you will accept too once we get into talking. I really look forward to hearing from you. Thanks
$20 USD in 1 day
0.0 (0 reviews)
0.0
0.0

About the client

Flag of GERMANY
Hamburg, Germany
5.0
10
Payment method verified
Member since Oct 1, 2013

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.