Skip to content
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

Unhandled Exception MyToolkit.Extended DataGridTemplatedColumn #94

Open
stefmorren opened this issue Jan 22, 2018 · 0 comments
Open

Unhandled Exception MyToolkit.Extended DataGridTemplatedColumn #94

stefmorren opened this issue Jan 22, 2018 · 0 comments

Comments

@stefmorren
Copy link

I'm using the MyToolkit.Extended in UWP and I'm getting an Unhandled Exception when I'm clicking on the sort button of my DataGridTemplatedColumn with an Image in it.

Example code:
<controls:DataGridTemplatedColumn d:DataContext="{d:DesignInstance Type=domain:Race}"> an <controls:DataGridTemplatedColumn.Header>Active</controls:DataGridTemplatedColumn.Header> <controls:DataGridTemplatedColumn.CellTemplate> <DataTemplate> <Image Source="{Binding IsActive, Converter={StaticResource ImageConverter}}" Width="50" /> </DataTemplate> </controls:DataGridTemplatedColumn.CellTemplate> </controls:DataGridTemplatedColumn>

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

No branches or pull requests

1 participant