Find Jobs
Hire Freelancers

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

$10-30 USD

Teljesítve
Kiadva ekkor: több mint 3 évvel ezelőtt

$10-30 USD

Teljesítéskor fizetve
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?
Projektazonosító: 27454627

A projektről

3 ajánlat
Távolról teljesíthető projekt
Aktiválva: 4 évvel ezelőtt

Szeretne pénzt keresni?

A Freelancer oldalán történő árajánlatadás előnyei

Határozzon meg költségvetést és időkeretet
Kapja meg fizetését a munkáért
Vázolja ajánlatát
Ingyen regisztrálhat és adhat árajánlatot munkákra
Neki odaítélve:
Felhasználó avatár
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 1 napon belül
5,0 (37 értékelés)
5,6
5,6
3 szabadúszó adott átlagosan $27 USD összegű árajánlatot erre a munkára
Felhasználó avatár
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 2 napon belül
0,0 (0 értékelés)
0,0
0,0
Felhasználó avatár
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 1 napon belül
0,0 (0 értékelés)
0,0
0,0

Az ügyfélről

GERMANY zászlója
Hamburg, Germany
5,0
10
Fizetési mód hitelesítve
Tagság kezdete: okt. 1, 2013

Ügyfél-hitelesítés

Köszönjük! E-mailben elküldtük a linket, melyen átveheti ajándék egyenlegét.
E-mailje elküldése során valami hiba történt. Kérjük, próbálja újra.
Regisztrált Felhasználók Összes Közzétett Munka
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Előnézet betöltése
Hozzáférést adott a helymeghatározáshoz.
Belépési munkamenete lejárt, és kijelentkeztettük. Kérjük, lépjen be újra.