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

Can I change this RadGrid property?

1 Answer 62 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Derrick
Top achievements
Rank 1
Derrick asked on 06 Oct 2011, 08:48 PM
Hi,

I am implemeting the following similar grid,
related example

The Discounted checkbox column is firstly shown as true/false column and after double click, the checkboxs will show up and allow editing, my question is
Can it just show yes/no instead of true/false and how?
or it be maked to an editable checkbox column so that I can simply check/uncheck a box, instead of making it editable by first double clicking or by making an editCommand column?  

Thanks

1 Answer, 1 is accepted

Sort by
0
Marin
Telerik team
answered on 11 Oct 2011, 08:12 AM
Hello Derrick,

 The Discounted column is a GridTemplateColumn you can configure its ItemTemplate according to your needs to show a label with specific text (as in the demo), or a CheckBox control etc. Have in mind that the columns in the demo have two controls in the ItemTemplate one that is visible in display mode (e.g. the label) and one that is visible in EditMode: the checkbox. And on double click the visibility of those two controls is switched.

Kind regards,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
General Discussions
Asked by
Derrick
Top achievements
Rank 1
Answers by
Marin
Telerik team
Share this question
or