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

Grouped Column Header Text

6 Answers 235 Views
GridView
This is a migrated thread and some comments may be shown as answers.
ehsan
Top achievements
Rank 1
ehsan asked on 15 Oct 2010, 09:39 AM
Hi

I'm using version 2010.2.10.713 radgridview with persian localization & RTL layout. Everything is fine except for when a column is grouped. Although my column names are in persian, the headertext of the grouped column is not the column original HeaderText, but it seems that it is the unique name of that column. How can I fix it to show the Persian HeaderText instead of column unique name when a column is grouped?

Thanks

6 Answers, 1 is accepted

Sort by
0
Richard Slade
Top achievements
Rank 2
answered on 15 Oct 2010, 09:49 AM
Hi, 

If I have right what I think you want to do, then you need to set an alias in your group expression. 
E.g. 
Dim expression As New GridGroupByExpression()
expression.Expression = columnName & " as " & columnAlias & " Group By " & columnName
gridView.MasterTemplate.GroupDescriptors.Add(expression)

Let me know if that's not what you wanted. 
Richard
0
ehsan
Top achievements
Rank 1
answered on 15 Oct 2010, 10:04 AM
Thanks for reply Richard
But I want that this grouping take place automatically by drag n drop any column into group header.
Is your solution can do that? or its for grouping a certain column?
0
Richard Slade
Top achievements
Rank 2
answered on 15 Oct 2010, 10:17 AM
Hi, 
That's for a specific column. I'll try it out on a grid and let you know how it behaves on the latest version as soon as I can. 
Richard
0
Jack
Telerik team
answered on 15 Oct 2010, 01:21 PM
Hi Ehsan,

This is a known issue in version 713. It is addressed in our latest release - Q2 2010 SP2. I recommend that you try it. If the issue still appears, please send me your application and I will try to find a proper solution.

Should you have any other questions, do not hesitate to ask.
 
Sincerely yours,
Jack
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
ehsan
Top achievements
Rank 1
answered on 15 Oct 2010, 02:21 PM
How can I update to Q2 2010 SP2??
0
Accepted
Emanuel Varga
Top achievements
Rank 1
answered on 15 Oct 2010, 02:26 PM
Hello ehsan,

First, you should download the latest version from your account, downloads.
Second, Richard explained the process of updating here. It you follow those steps you will have no problems updating.
Also there are some help articles here

Hope this helps, if you have any other questions or comments, please let me know,

Best Regards,
Emanuel Varga
Tags
GridView
Asked by
ehsan
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
ehsan
Top achievements
Rank 1
Jack
Telerik team
Emanuel Varga
Top achievements
Rank 1
Share this question
or