Find Jobs
Hire Freelancers

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

$10-30 USD

Concluído
Publicado há mais de 3 anos

$10-30 USD

Pago na entrega
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?
ID do Projeto: 27454627

Sobre o projeto

3 propostas
Projeto remoto
Ativo há 4 anos

Quer ganhar algum dinheiro?

Benefícios de ofertar no Freelancer

Defina seu orçamento e seu prazo
Seja pago pelo seu trabalho
Descreva sua proposta
É grátis para se inscrever e fazer ofertas em trabalhos
Concedido a:
Avatar do Usuário
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 em 1 dia
5,0 (37 avaliações)
5,6
5,6
3 freelancers estão ofertando em média $27 USD for esse trabalho
Avatar do Usuário
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 em 2 dias
0,0 (0 avaliações)
0,0
0,0
Avatar do Usuário
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 em 1 dia
0,0 (0 avaliações)
0,0
0,0

Sobre o cliente

Bandeira do(a) GERMANY
Hamburg, Germany
5,0
10
Método de pagamento verificado
Membro desde out. 1, 2013

Verificação do Cliente

Obrigado! Te enviamos um link por e-mail para que você possa reivindicar seu crédito gratuito.
Algo deu errado ao enviar seu e-mail. Por favor, tente novamente.
Usuários Registrados Total de Trabalhos Publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Carregando pré-visualização
Permissão concedida para Geolocalização.
Sua sessão expirou e você foi desconectado. Por favor, faça login novamente.