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
2395
UltraGrid Excel Export placing rows in non-Sorted Positions
posted

I have a form with an ultraGrid that stores the data in an ultraDataTable. When the user presses a button on the form, the grid adds a row to the grid and is then resorted based on the values entered. My problem is when the grid is exported to Excel, the added rows are being display at the end of the table, instead of their visible positions after the grid has been sorted. For example, I have 10 rows, I add a new row that is sorted into the middle, excel export then places this new row at the end of the list instead of where it is currently visible on the grid. Is there a setting that I'm missing that exports the data based on its visible position in the grid instead of the data's list index in the ultraDataTable?