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

Format gridview headers at design time

3 Answers 61 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Scott Roberts
Top achievements
Rank 1
Scott Roberts asked on 13 Jul 2010, 06:05 PM
I have a silverlight grid view bound to a datasource.  The headers for each column are displaying the names of the fields.  I want to change the headers to more firendly names.  It would be nice if it split the header names the way the default grid does (takes into account the mixed casing of the column name and adds spaces).  When I click on the columns collection, no columns are listed.  Is there not a way to make these modicifactions through the designer?

Thanks,

Scott

3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 14 Jul 2010, 06:19 AM
Hello Scott,

 When the grid AutoGeneratedColumns is true (by default) you will not get any columns in the column collection design-time. You can set this property to false and declared (and format) desired columns. 

Kind regards,
Vlad
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
0
Scott Roberts
Top achievements
Rank 1
answered on 14 Jul 2010, 02:03 PM
Vlad,

Thanks for your response.  Any chance that you might make radGridView work like the default grid (i.e. splits column names up based upon casing, and let's you adjust layout and names of autogenerated columns?
0
Milan
Telerik team
answered on 14 Jul 2010, 04:13 PM

Hi Scott Roberts,

We have plans to introduce a better design time support in one of our feature release but it is still unclear when the improvements will be available. Thank you for your valuable feedback, we will for sure consider your input when working on our design time support. 



All the best,
Milan
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
Tags
GridView
Asked by
Scott Roberts
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Scott Roberts
Top achievements
Rank 1
Milan
Telerik team
Share this question
or