Hello,
I have a GridView with one column with width "*", and the rest "Auto", which allows for the user resizing the window.
I am hiding the Group Indent Cell using this:
but this seems to still affect the width of the resulting row since I end up with a gap at the end of the row which I can't use and can't click. It appears to me that the row is sized before the GridViewIndentCell is hidden, and the row is not resized again to allow for the extra width. (See attached screenshot).
1. Is there a way of removing this gap?
2. I would also like to turn off the border round the currently selected cell and can't find a way to do this.
Any help would be appreciated.
Thanks,
John
I have a GridView with one column with width "*", and the rest "Auto", which allows for the user resizing the window.
I am hiding the Group Indent Cell using this:
<
Style
TargetType
=
"telerik:GridViewIndentCell"
>
<
Setter
Property
=
"Visibility"
Value
=
"Collapsed"
/>
</
Style
>
but this seems to still affect the width of the resulting row since I end up with a gap at the end of the row which I can't use and can't click. It appears to me that the row is sized before the GridViewIndentCell is hidden, and the row is not resized again to allow for the extra width. (See attached screenshot).
1. Is there a way of removing this gap?
2. I would also like to turn off the border round the currently selected cell and can't find a way to do this.
Any help would be appreciated.
Thanks,
John