Hi
We have a self referencing hierarchical radgrid and would like to make it easier for our users to use it in our application.
Currently we have the following set which crams all the columns into the current view:
grid.MasterTemplate.AutoSizeColumnsMode = GridViewAutoSizeColumnsMode.Fill;
What we'd like to do is to change this parameter to GridViewAutoSizeColumnsMode.None and allow the user to scroll horizontally but to still keep the hierarchy on the left visible (i.e. freeze the left most column). Is there a way to do this?
Thanks
We have a self referencing hierarchical radgrid and would like to make it easier for our users to use it in our application.
Currently we have the following set which crams all the columns into the current view:
grid.MasterTemplate.AutoSizeColumnsMode = GridViewAutoSizeColumnsMode.Fill;
What we'd like to do is to change this parameter to GridViewAutoSizeColumnsMode.None and allow the user to scroll horizontally but to still keep the hierarchy on the left visible (i.e. freeze the left most column). Is there a way to do this?
Thanks