I would like for my grid to autosize according to the form size. When the form is resized, I would like the grid to expand. Is there a setting for this anywhere?
You can achieve the desired behavior by docking your RadGridView to the form. Just set its Dock property to Fill and you grid will be resizing every time when its parent is resizing. For example: