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

Problem in exporting muliple headers not working

1 Answer 13 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Senthilraja
Top achievements
Rank 1
Senthilraja asked on 30 Sep 2014, 09:22 AM
Hi,

I am using radgrid with multiple headers. The headers are added in run time like as below

Dim header As GridItem() = rdgrid1.MasterTableView.GetItems(GridItemType.Header)
' Get the current THead element
Dim head As GridTHead = CType(header(0).Parent.Controls(0).Parent, GridTHead)

Dim additionalHeaderItem As GridHeaderItem
head.Controls.Add(additionalHeaderItem)

The changes are displayed.  But, while export the grid, its only exporting only one header with data. The newly added header item is not exported. Kinly any one help to resolve this issue

Thanks in Advance,

By,
G.Senthilraja

1 Answer, 1 is accepted

Sort by
0
Kostadin
Telerik team
answered on 03 Oct 2014, 08:28 AM
Hello Senthilraja,

I already answered your support ticket, so if you need further assistance I would suggest you to continue our conversation there.

Regards,
Kostadin
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Senthilraja
Top achievements
Rank 1
Answers by
Kostadin
Telerik team
Share this question
or