How to generate Columns dynamically (runtime) for datagrid attached inside AutoCompleteBox?
Or
How to get instance of DataGrid (Implementing ISeletionAdapter @ runtime so that i can add Columns to that dynamically.
I Tried VisualTreeHelper but could not get the DataGrid/SelectionAdapter