or
radGridView1.MasterGridViewTemplate.BestFitColumns();
Now when i click one the columns to make it autosize to fit its contents, eg a column that has a long sentence in it, i expect to see a horizontal scroll bar so that i can stil scroll to view the other columns. But unfortunately the scroll bar never shows up :( Even though HorizontalScollState = AutoHide. All i simply want is for a scroll bar to show up when there are too many columns.
I must be missing something for sure! Do i need to set specific widths on columns, so that the scroll bar comes up and works?
Thanks for any suggestions.
Chris.