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

Merging 2 columns and displaying in the radgrid

1 Answer 89 Views
Quick Fixes
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sima
Top achievements
Rank 1
Sima asked on 31 Jul 2012, 08:57 PM
Hi I have a requirement where I have to  "Employee start date will be " + Startdate + "Enddate will be on" + enddate

both Startdate and enddate are coming from the database. 

I tried adding datafield = "Employee start date will be " + '<%# Bind("Startdate") %>' + Enddate will be on + '<%# Bind("Startdate") %>' 

That didn't work, How can I do that?

1 Answer, 1 is accepted

Sort by
0
Accepted
Zdravko
Telerik team
answered on 03 Aug 2012, 03:17 PM
Hello Sima,

You can refer to the following online example for more information about how to configure RadGrid to show MultiColumn headers:
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/multicolumnheaders/defaultcs.aspx

Kind regards,
Zdravko
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Quick Fixes
Asked by
Sima
Top achievements
Rank 1
Answers by
Zdravko
Telerik team
Share this question
or