This is a migrated thread and some comments may be shown as answers.

Hide Row Indicator in RadGridView for WinForms

4 Answers 502 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Rohit
Top achievements
Rank 1
Rohit asked on 09 May 2012, 06:44 AM
HI,
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

Sort by
0
Rohit
Top achievements
Rank 1
answered on 09 May 2012, 07:00 AM
Hey,
My problem got Solved.

from this Thread.


Thanks.  :)
0
Boryana
Telerik team
answered on 11 May 2012, 04:40 PM
Hello Rohit,

I am glad you found a solution on your own. Let us know if you encounter further issues.

Kind regards,
Boryana
the Telerik team
RadControls for WinForms Q1'12 release is now live! Check out what's new or download a free trial >>
0
arman
Top achievements
Rank 1
answered on 22 Jul 2018, 06:31 PM

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>

0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 23 Jul 2018, 04:47 AM
Hello, Arman,    

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
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
GridView
Asked by
Rohit
Top achievements
Rank 1
Answers by
Rohit
Top achievements
Rank 1
Boryana
Telerik team
arman
Top achievements
Rank 1
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or