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
1520
Exporting a filtered grid to Excel
posted

Hi

I have a grid which uses column filters, but when I export to Excel using UltraGridExcelExporter, even the filtered out rows are sent to the spreadsheet.

What am I doing wrong?

Thanks

Graham

 

Parents
  • 1520
    Verified Answer
    Offline posted

    What I said previously was not exactly true - perhaps I should explain a bit more. I have a form that allows users to enter Excel formlae to perform calculations on the grid. On the form I have a label which displays the number of rows in the grid.

    It turns out that when I apply the formulae, it is indeed only being applied to the filtered in rows, the problem I have is calculating the number of these rows to display in the label. I was using m_oGrid.Rows.Count which is clearly not correct.

    So how do I find out how many rows are displayed?

    Thanks again 

Reply Children
No Data