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

No triangle sign on the row indicator

3 Answers 51 Views
GridView
This is a migrated thread and some comments may be shown as answers.
ardmore
Top achievements
Rank 1
ardmore asked on 07 Jul 2016, 02:33 PM

I have a situation with the grid doesn't have the triangle sign. It is supposed to have it like the image attached.

<StackPanel Orientation="Vertical">
            <TextBlock Text="xxxx" HorizontalAlignment="Center"></TextBlock>
            <telerik:RadGridView Name="radGridView"
                                 RowLoaded="radGridView_RowLoaded"
                                 Width="1025" IsReadOnly="True"
                                 ValidatesOnDataErrors="None"
                                 AutoGenerateColumns="False"
                                 IsFilteringAllowed="False"
                                 ShowGroupPanel="False"
                                 ShowColumnFooters="False"
                                 CanUserResizeColumns="False"
                                 CanUserFreezeColumns="False"
                                 SelectionMode="Single"
                                 CanUserReorderColumns="False"
                                 CanUserSortColumns="False"
                                 CanUserInsertRows="False"
                                 CanUserDeleteRows="False"
                                 CanUserSelect="False"
                                 RowIndicatorVisibility="Visible"
                                 Height="265"
                                 ItemsSource="{Binding Information}"
                                 SelectedItem="{Binding SelectedItem, Mode=TwoWay}"
                                 >
                <telerik:RadGridView.Columns>

What I missed?

3 Answers, 1 is accepted

Sort by
0
ardmore
Top achievements
Rank 1
answered on 07 Jul 2016, 02:57 PM
Sorry. It is a wrong question. It is there. I didn't pay attention to it. The only thing is when I moved away the mouse, the selected row was not highlighted.
0
Dilyan Traykov
Telerik team
answered on 11 Jul 2016, 03:52 PM
Hello,

Could you please confirm if the issue is resolved as I did not quite understand this from your last reply?

Regards,
Dilyan Traykov
Telerik by Progress
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
0
ardmore
Top achievements
Rank 1
answered on 11 Jul 2016, 04:37 PM
I added RowIndicatorVisibility="Visible"
Tags
GridView
Asked by
ardmore
Top achievements
Rank 1
Answers by
ardmore
Top achievements
Rank 1
Dilyan Traykov
Telerik team
Share this question
or