Hi,
When I group a GridViewCheckBoxColumn. the gridview show groupdescriptor as "true" or "false", i want show "Yes" and "No". How can i change that title?
You can use a value converter to convert the boolean value to string and use it the way you require.
I am attaching a small example to show how to do it.
All the best,
Nik
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
I´m sorry, but i group a GridViewCheckBoxColumn, not a GridViewDataColumn. I show a checkbox column and when this column wiil group I would show "Yes", "No" instead of "True", "False" in the gridview.
Thanks for your reply.