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

Column Chooser Text Unique name not Header Text

1 Answer 118 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Adrian Halid
Top achievements
Rank 1
Adrian Halid asked on 14 Mar 2008, 05:04 AM
How do I set the display text of the column names in the column chooser.

Example I have a datatable with 3 columns

CarID, CarMake, OwnerName.

To set the Column header test to be more user friendly I would set the HeaderText property of the GridViewColumn.

gvc1.HeaderText = "Car ID";
gvc1.HeaderText = "Car Make";
gvc1.HeaderText = "Owners Name";

This updates the Column headers fine. But if I hide the column and retrieve it using the column chooser the names in the text displayed to the user are the column names. (IE without the spaces).

Is there anyway to set the text in the column chooser just like the HeaderText property.

1 Answer, 1 is accepted

Sort by
0
Dwight
Telerik team
answered on 14 Mar 2008, 02:00 PM
Hi Adrian,

Thanks for bringing this issue to our attention. It will be fixed for the upcoming release in April.

Your Telerik points have been updated. If you have any additional questions, please contact me.

Regards,
Evtim
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
Adrian Halid
Top achievements
Rank 1
Answers by
Dwight
Telerik team
Share this question
or