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.
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.
Hi,
I am using the excel spreadsheet to illustrate how i want my data to look like. Do you have any UltraControlContainerEditor example codes ?
Thanks