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

Stop RadGrid from putting spaces in camel-case column names?

1 Answer 101 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 22 Mar 2013, 01:37 PM
I have a number of columns that are in camel-case because the client uses a lot of acronyms. RadGrid keeps renaming thecolumns and putting spaces where they don't belong.

   i.e. If the column name is "RadGridDisplay" it adds spaces and makes it "Rad Grid Display"

What can I do about this? It's driving me nuts and the users are not happy because they have very specific naming conventions on the fields they are using.

TIA!!

CG
(Yes, true camel-case starts with a lowercase letter but that's not the point)

1 Answer, 1 is accepted

Sort by
0
MasterChiefMasterChef
Top achievements
Rank 2
answered on 22 Mar 2013, 04:31 PM
Hey Chris,

Try using this code to change the header name manually: 
http://www.telerik.com/community/forums/aspnet-ajax/grid/change-name-of-column-in-radgrid-column-name-is-item.aspx

Hopefully this works,
Master Chief
Tags
Grid
Asked by
Chris
Top achievements
Rank 1
Answers by
MasterChiefMasterChef
Top achievements
Rank 2
Share this question
or