This question is locked. New answers and comments are not allowed.
MMagnumPI9
Top achievements
Rank 1
MMagnumPI9
asked on 12 May 2009, 08:17 PM
I am building an application that is replacing an excel document to display information online. The current excel document displays information like this,
-------------------------------------------------------------
| | | Column 3 |
| | |---------------------------------|
| Column 1 | Column 2| Column 3.1 | Column 3.2 |
--------------------------------------------------------------
| Data | Data | Data | Data |
--------------------------------------------------------------
| Data | Data | Data | Data |
--------------------------------------------------------------
| Data | Data | Data | Data |
--------------------------------------------------------------
I have not been able to figure out how format the column headers to display the information in this format. Has anyone else tried to format column headers like this?
Justin
-------------------------------------------------------------
| | | Column 3 |
| | |---------------------------------|
| Column 1 | Column 2| Column 3.1 | Column 3.2 |
--------------------------------------------------------------
| Data | Data | Data | Data |
--------------------------------------------------------------
| Data | Data | Data | Data |
--------------------------------------------------------------
| Data | Data | Data | Data |
--------------------------------------------------------------
I have not been able to figure out how format the column headers to display the information in this format. Has anyone else tried to format column headers like this?
Justin
7 Answers, 1 is accepted
0
Hi Justin,
Greetings,
Kalin Milanov
the Telerik team
Instantly find answers to your questions on the newTelerik Support Portal.
Check out the tipsfor optimizing your support resource searches.
Thank you for taking an interest in our controls. Unfortunately RadGridView does not support the functionality you are requesting.
Implementing such a feature is in our future plans however there will be some time before we can provide an ETA.
Greetings,
Kalin Milanov
the Telerik team
Instantly find answers to your questions on the newTelerik Support Portal.
Check out the tipsfor optimizing your support resource searches.
0
Robert Pelzer
Top achievements
Rank 2
answered on 17 Nov 2009, 10:55 PM
Is there any way to accomplish the headers shown here in Q3's release?
0
Hello Ryan,
You can use Header property to customize this similar to the third column in this demo.
Best wishes,
Vlad
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
You can use Header property to customize this similar to the third column in this demo.
Best wishes,
Vlad
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Robert Pelzer
Top achievements
Rank 2
answered on 18 Nov 2009, 03:01 PM
Your demo link did not work. I believe you mean this demo:
http://demos.telerik.com/silverlight/#GridView/ColumnTypes
Although...in the above demo, the ID column with FirstName and LastName does not allow independent sort on FirstName and LastName. How can I have a column header such as ID...yet allow the user to still sort by FirstName and LastName independently?
Thank you for your response! :D
http://demos.telerik.com/silverlight/#GridView/ColumnTypes
Although...in the above demo, the ID column with FirstName and LastName does not allow independent sort on FirstName and LastName. How can I have a column header such as ID...yet allow the user to still sort by FirstName and LastName independently?
Thank you for your response! :D
0
Hi Ryan,
Sorry - I've posted link to our WPF demo!
Indeed by default you cannot sort independently however you can add programmatically desired SortDescriptor(s) on desired UI element click.
Sincerely yours,
Vlad
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Sorry - I've posted link to our WPF demo!
Indeed by default you cannot sort independently however you can add programmatically desired SortDescriptor(s) on desired UI element click.
Sincerely yours,
Vlad
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Tom Cugini
Top achievements
Rank 1
answered on 18 May 2011, 07:57 PM
Has this feature been implemented yet?
0
Hi,
Vlad
the Telerik team
This is still not part of the grid officially however you can check this blog post to know more how to enable such feature using attached behavior.
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