Anyone knows if it is possible to add and remove columns to an AdvancedDataGridColumnGroup at runtime?
So far I had no luck doing so. What I have tried: - pushing new columns into the children property; - setting children property to a newly created and populated array; - getting the children property into a new array, altering the array and setting de children property to this array. None of this worked. I'm avoiding creating the AdvancedDataGridColumnGroup dynamically also due to the columns having to be created based on a result from a service call and the grid having other columns before and after this group. Thanks, Joao

