Hello there,
I am binding the detail table to a dynamic object so I don't have any sense of what columns are going to appear so I have implemented this through dynamic columns on the grid's DetailTableDataBind method before I bind it to the datasource. This worked fine and all the columns are created accordingly but when I select/expand another row, all my dynamic columns (on the previously selected row) disappears. I have tried creating the columns on the ItemDataBound method as well but to no avail. Any thoughts?
Thanks,
DJ
I am binding the detail table to a dynamic object so I don't have any sense of what columns are going to appear so I have implemented this through dynamic columns on the grid's DetailTableDataBind method before I bind it to the datasource. This worked fine and all the columns are created accordingly but when I select/expand another row, all my dynamic columns (on the previously selected row) disappears. I have tried creating the columns on the ItemDataBound method as well but to no avail. Any thoughts?
Thanks,
DJ
