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
1059
Add DataTable to Ultrawingrid
posted

Hi All,

I have an ultragrid that groupby "date" and "order number". I have a DataTable consists of 3 columns and 2 rows. My goal is to add this DataTable to child row as shown in the attached image, when the user clicks on the number 15(column G).

Please advise.

 

Parents
  • 69832
    Offline posted

    I'm not sure if you want to add this DataTable to the Excel spreadsheet after exporting the grid, or if you were just using Excel to illustrate your objective...if you want to display a grid within a grid, i.e., "add this DataTable to child row", you can theoretically do this using  an UltraControlContainerEditor with an UltraGrid contained within it. The control container editor would then be assigned to a cell's EditorComponent property, and would display within that cell.

Reply Children