By default, when you bind a column to a boolean value, it gets rendered as a checkbox. Is there any built-in support to render "True" or "False" instead, or do I need to use a Value Converter? (I just want to make sure that I have not missed some simple setting somewhere.)
Thanks,
Mark
2 Answers, 1 is accepted
0
Accepted
Vanya Pavlova
Telerik team
answered on 06 Apr 2011, 09:49 PM
Hello Mark,
You may predefine the CellTemplate of a GridViewDataColumn, where you can place a TextBlock bound to the particular boolean property of the underlying business object, please refer to the markup below:
In case your columns are auto-generated, just handle the AutoGeneratingColumn event of RadGridVIew in an appropriate manner.
If you have any additional questions please let us know.
All the best,
Vanya Pavlova
the Telerik team
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 Public Issue Tracking
system and vote to affect the priority of the items