In the RadGridView, I have set the RowVisibilityIndicator="Collapsed". But there's a tiny gap on the left side of the gridview. How can I remove this gap? I also have the same issue with RadTreeListView. Is the approach going to be the same?
Thanks.
Marianne
2 Answers, 1 is accepted
0
Accepted
Vanya Pavlova
Telerik team
answered on 24 Mar 2011, 10:00 AM
Hi Marianne,
This is the FrozenColumnSplitter in RadGridView and you can remove it by setting CanUserFreezeColumns property of RadGridView to False. You may read more about this here.