This question is locked. New answers and comments are not allowed.
Hi All,
We are getting extra blank column in the rad grid. We searched for this issue's resolutioon on internet and found that this is because of extra width available with the radgrid and the grid is utilizing that space by adding an extra blank column. We searched telerik forums and found that this issue can be resolved by setting the width of the last column to *. The same can be programatically achieved as below:
What problem are we actually facing??
When we set last column's width to *, we are loosing the horizontal scroll of the grid. As the data length increases in the last column, we are not able to use the horizontal scroll to see the data in that column as the horizontal scroll is not coming up. Although, we have set below properties in the radgrid:
Can you please share your comments with us and let us know what should we actually do to get rid off this peculiar behaviour?
Warm Regards,
Shiva
We are getting extra blank column in the rad grid. We searched for this issue's resolutioon on internet and found that this is because of extra width available with the radgrid and the grid is utilizing that space by adding an extra blank column. We searched telerik forums and found that this issue can be resolved by setting the width of the last column to *. The same can be programatically achieved as below:
gridRank.Columns[1].Width = new GridViewLength(1, GridViewLengthUnitType.Star); What problem are we actually facing??
When we set last column's width to *, we are loosing the horizontal scroll of the grid. As the data length increases in the last column, we are not able to use the horizontal scroll to see the data in that column as the horizontal scroll is not coming up. Although, we have set below properties in the radgrid:
ScrollViewer.HorizontalScrollBarVisibility="Auto" and ScrollViewer.VerticalScrollBarVisibility="Auto" Can you please share your comments with us and let us know what should we actually do to get rid off this peculiar behaviour?
Warm Regards,
Shiva
