Hi,
I am using the default layout ie.RadGrid1.MasterTableView.TableLayout = GridTableLayout.Auto; and the grid shows fine when I set 'RadGrid1.ItemStyle.Wrap = false;' (see Untitled1.png).
When I set 'RadGrid1.ClientSettings.Resizing.AllowColumnResize = true;' then I see the following problems (as in Untitled2.png):
- The Auto sizing seems to switch off and all columns get the same default size
- The wrap setting (off) only gets applied to every odd row
Also, I wanted to know how to limit the size of the column when 'AllowColumnResize = true'. ie. I want to set a maxwidth for the column.
I am using the default layout ie.RadGrid1.MasterTableView.TableLayout = GridTableLayout.Auto; and the grid shows fine when I set 'RadGrid1.ItemStyle.Wrap = false;' (see Untitled1.png).
When I set 'RadGrid1.ClientSettings.Resizing.AllowColumnResize = true;' then I see the following problems (as in Untitled2.png):
- The Auto sizing seems to switch off and all columns get the same default size
- The wrap setting (off) only gets applied to every odd row
Also, I wanted to know how to limit the size of the column when 'AllowColumnResize = true'. ie. I want to set a maxwidth for the column.