Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
660
Expandall GroupBy while export to Excel.
posted

Hi Guys,

In my grid, i have 3 level depth, i mean 3 bands, while export this grid to excel, Im able to see the depth as such, but in a collapsed manner.

I need to expand the band while export to excel. 

I tried the event endeportexcel, in that i tried e.currentworksheet.rows[0].expanded = true; property as well, but I failed badly in that.

please advice.

looking for your valuable reply.

With Thanks & Regards

Amjath

Parents
  • 660
    posted

    Hi Guys,

    I saw in other post, MIKE suggest to did row.hidden = false in end_export.

    but I think am using Version 5.3 , which doesnt have that property at all.

    moreover am getting following error as well,

    e.CurrentWorksheet.Rows "foreach statement cannot operate on variables of type 'Infragistics.Excel.WorksheetRowCollection' because 'Infragistics.Excel.WorksheetRowCollection' does not contain a public definition for 'GetEnumerator'"

     

     

    again row.hidden is not avaiable..

    please help me with some other solution

    With Thanks & Regards

    Amjath

Reply Children