after the data source for the grid is being updated the columns adjusts them widths perfectly by using "BestFitColumns(BestFitColumnMode.DisplayedCells)" ,but what i wan to acheive next is to resize the hole grid based on the new size of the columns , i have set the autosize property to true and also tried AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill but that stops the columns to adjust based on the text inside , can't i adjust both together columns and hole grid width ??