This is a migrated thread and some comments may be shown as answers.

Want to display "Yes"/"No" in a column for Boolean value instead of checkbox in RadGridView using in WPF Silverlight

1 Answer 555 Views
Grid
This is a migrated thread and some comments may be shown as answers.
MSI
Top achievements
Rank 1
MSI asked on 23 Feb 2016, 05:35 PM

I would like to display "Yes" or "No" for a Boolean in RadGridView instead of a checkbox. I would like to implement this changed in xaml. Columns are generating dynamically. This is how it's created now:

 

 <telerik:RadGridView x:Name="Data" Grid.Row="3" Margin="5" AutoGenerateColumns="False" CanUserSortColumns="True" IsFilteringAllowed="True"
                                 grid:RadGridViewColumnsBinding.ColumnsCollection="{Binding Path=Columns}"
                                 IsReadOnly="False" CanUserResizeColumns="True"/>

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 26 Feb 2016, 12:00 PM
Hello,

Please examine the following thread that discusses similar functionality. Give the approaches there a try and see how they work for you.



Regards,
Viktor Tachev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
MSI
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or