I need to hide the row indicator in my RadGridView.
i am using them in Window Forms.
I need this because the left most column of the grid is transparent and when i do the horizontal scroll, the text appears to go back behind the indicator and hinders the visibility.
I actually wanted to make the opacity of his column, maximum so that it should not allow the user to see whats scrolling behind the indicator.
I am currently using Vista Theme for these controls.
Thanks.
4 Answers, 1 is accepted
I am glad you found a solution on your own. Let us know if you encounter further issues.
Kind regards,
Boryana
the Telerik team

plz fix my code
<Style x:Key="GridViewRowStyle" TargetType="{x:Type telerik:GridViewRow}"> <Setter Property="PART_IndicatorPresenter" Value="False"/>
</Style>
<telerik:RadGridView x:Name="uxRadGridView_FundList" HorizontalContentAlignment="Stretch" VerticalContentAlignment="Stretch" IsReadOnly="True" AutoGenerateColumns="False" ShowGroupPanel="False" MinHeight="200" FontSize="10" > <telerik:RadGridView.Columns> <telerik:GridViewDataColumn x:Name="uxGridViewColumn_FundList_name" DataMemberBinding="{Binding name}" Header="نام صندوق" UniqueName="name" Width="60"/> <telerik:GridViewDataColumn x:Name="uxGridViewColumn_FundList_cashValue" DataMemberBinding="{Binding cashValue}" UniqueName="cashValue" Header="موجودی نقدی" MaxWidth="90" MinWidth="70" Width="70" /> <telerik:GridViewDataColumn x:Name="uxGridViewColumn_FundList_unCashValue" DataMemberBinding="{Binding unCashValue}" UniqueName="unCashValue" Header="موجودی چک" MaxWidth="90" MinWidth="70" Width="70" /> </telerik:RadGridView.Columns>
</telerik:RadGridView>
I would like to note that this forum is related to the Telerik UI for WinForms suite. However, your question seems to be related to another product. Feel free to post your inquiries in the relevant forum. Thus, the community will gladly assist you.
Thank you for your understanding.
Regards,
Dess
Progress Telerik