Browse By Tags

  • WebExcelExporter

    I have webhierarchicaldata grid with two child grids. When I export the grid to excel using cellexporting event it always picks the alternate rows. Can anyone please suggest what is wrong in the code I am using:

    if (!e.IsHeaderCell && !e.IsFooterCell…

  • problem to export WebhierarchicalDataGrid.

    Hi All!

     

    Well, i have a problem, with the export with the Hierarchical DataGrid, well, the export is OK,  but i have hidden  columns,  in my Asp PAge, don't display (this is good), but when i export the Grid, the exported file show me the columns that i…

  • Problem in including child band which is loaded on demand in exporting to excel

    Hello Infragistics Team,

    I am using manual load on demand on my child rows which is I have followed from an answer by Rado in this thread http://community.infragistics.com/forums/t/44916.aspx.

    Problem is, it seems that the WebExcelExporter can't export…

  • Change Export Data in WebHierarchicalDataGrid

    I have looked at the documentation for the Exported and Exporting eventargs.  I can't get intellisence to agree with the "GridRow" that the documentation says is a member of that class of eventargs.  Why is that?  I can see isHeader and isFooter…

  • How to export non binded columns to excel...

    Hi,

    I have data grid and I am exporting data source using excel exporter.

    It export all visible columns (bound columns) but I want to export all field of my datasource into excel.

    Is it possible? If yes then please provide proper code sample to me…

  • Export WebHierarchicalGrid with template column to excel using WebExcelExporter

    I am using Version=10.3.20103.2164

    I have a WebHierarchicalGrid  with 1 child band. I have a template column containing hyperlink in the child band.

    I am using WebExcelExporter to export this grid data to excel. When i do that it exports all data except…