Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
170
Is there something like a SelectedItem Property?
posted

Hi

I'm looking for a way to bind the selected Item to an Object. E.g.

<xamDataGrid ItemSource="{Binding Path=ListOfCars}" SelectedItem="{Binding Path=SelectedCar}".

Thanks

PS: I had only found ActiveRecords, which would need a Converter, but what I'm looking for is a simple and direct binding possibility (WPF like)