Hi folks,
my first question would be the following. I am trying to Export a Webgrid which is design with multi column headers. Each time the export works fine except the mutli cloumn header wich i added in the webgrid's UWG_InitializeLayout Method the following way.
In the Browser it works fine. But after Export it is invisible.
Dim ch As New Infragistics.WebUI.UltraWebGrid.ColumnHeader(True) ch.Caption = "Employee's Name" ' set the origin to be on the top most level of the header ch.RowLayoutColumnInfo.OriginY = 0 ' extend the newly added header over 3 columns ch.RowLayoutColumnInfo.SpanX = 20 ' add the header into the header layout e.Layout.Bands(0).HeaderLayout.Add(ch)
Has this been fixed in any of the recent versions? I'm using V12.2 SR2075. I would rather not add all that extra code if this has been fixed.
Thanks.
Excellent stuff manish. Thanks a lot for ur code.
Ok Thank You.
Can you do me one help? i couldn't understand the logic. Please explain me the logic here mainly for HeaderCellExporting and RowExporting event so that i can do it in my code.
you are expecting a copy and paste of the code.
You need to loop through Cells and Rows collection. If count is not there may be an alternate to use foreach loop.
Anyways I dont have VS 2005 on my machine and will not be able to help much.
i am using VS.Net 2005...Can you help me out how it can be implemented in VS 2005...
My version is Infragistics 8.2