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
370
Get data from ultrawingrid to datatable
posted

If i have a ultrawingrid with derived columns 9columns calculated from other columns), how do i get all the rows (with header row) in a datatable? Thanks

Parents
  • 469350
    Offline posted

    Hi Sandeep,

    There's no built-in way to convert the grid's data into a DataTable. You would have to loop through the grid columns and build your DataTable, then loop through the rows and populate your DataTable rows.

Reply Children