Hi all.
I'm new to Telerik WinForms which I'm using to produce a quick prototype. I'm looking for a simple way to populate a GridView but haven't found a simple way to adjust the columns. Initially I've tried to use the Property Builder to adjust the size of each column but then I can't assign a DataTable to the DataSource (which I understand is the preferred way of adding data to a grid) without adding new columns to the grid.
Then I stumbled upon AutoResizeColumns which seems to offer an alternative that would work but it doesn't look like RadGridView support this. If so, how do I add data to the grid without setting each column size in code?
Regards, Jon
I'm new to Telerik WinForms which I'm using to produce a quick prototype. I'm looking for a simple way to populate a GridView but haven't found a simple way to adjust the columns. Initially I've tried to use the Property Builder to adjust the size of each column but then I can't assign a DataTable to the DataSource (which I understand is the preferred way of adding data to a grid) without adding new columns to the grid.
Then I stumbled upon AutoResizeColumns which seems to offer an alternative that would work but it doesn't look like RadGridView support this. If so, how do I add data to the grid without setting each column size in code?
Regards, Jon