<telerik:RadGridView.Columns>
<telerik:GridViewDataColumn DataMemberBinding="{Binding Filename, Mode=OneWay}"
Width="*" />
I want my grid to resize to fill the available space if the user makes the window bigger.
The above does not do anything unless I set the parent grid width to "Auto"
Then it expands the grid to the entire screen, instead of just the Window.
(I find it extremely frustrating that the window auto expands)
What am I missing in order to get what I'm looking for?
Could you share a bit more information about the setup on your end? For example, a bit of XAML code, as well as some images that showcase the unwanted behavior.