Hello,
I have a RadTabControl. Inside every tab there is a UserControl with RadGridView. I want to add a RadDropDownButton with Column Chooser for the GridViews. Like this: http://docs.telerik.com/devtools/wpf/controls/radgridview/how-to/show-hide-columns-outside-of-the-radgridview.html I tried placing it in RadGridView.ControlPanelItems and everything works fine, but it takes a whole row for just one control. Can I put it in RadTabControl.AdditionalContent? How should I bind the Columns property right?
I have a RadTabControl. Inside every tab there is a UserControl with RadGridView. I want to add a RadDropDownButton with Column Chooser for the GridViews. Like this: http://docs.telerik.com/devtools/wpf/controls/radgridview/how-to/show-hide-columns-outside-of-the-radgridview.html I tried placing it in RadGridView.ControlPanelItems and everything works fine, but it takes a whole row for just one control. Can I put it in RadTabControl.AdditionalContent? How should I bind the Columns property right?