I have a datatble with 2 columns:
1. Name
2. IsEnabled
I want to bind each toggle button's IsEnabled to DataTable
for example if a toggle button's content is "Test" and there is row in
datatable with {Test,True}, this radio button's IsEnabled marks as True.
1 Answer, 1 is accepted
0
Martin Ivanov
Telerik team
answered on 19 Dec 2017, 09:05 AM
Hello Sohrab,
You can use the indexers of the table and its rows in XAML. For example:
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.