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

[Solved] SortDescriptor - cue on column header not rendered until mouse is moved over header

2 Answers 91 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Tim
Top achievements
Rank 1
Tim asked on 23 Sep 2009, 01:49 PM
SL3/Telerik 812--My SortDescriptors do not render a visual cue (the arrow/chevron) until the mouse moves over the header (I reported a similar problem with RadNumericUpDown enable/disable not rendering until mouse over.)

<TelerikGridView:RadGridView  
  x:Name="EventViewer" Grid.Row="0" IsReadOnly="True" 
  AutoGenerateColumns="False" > 
    <TelerikGridView:RadGridView.SortDescriptors> 
      <Data:SortDescriptor Member="Timestamp" SortDirection="Descending"/> 
    </TelerikGridView:RadGridView.SortDescriptors> 
    <TelerikGridView:RadGridView.Columns> 
      <TelerikGridView:GridViewDataColumn HeaderText="Timestamp" UniqueName="Timestamp" DataMemberBinding="{Binding Path=Timestamp, Converter={StaticResource DateFormatter}}" Width=".2*"/> 
 

Tim




2 Answers, 1 is accepted

Sort by
0
Accepted
Stefan Dobrev
Telerik team
answered on 25 Sep 2009, 11:33 AM
Hello Tim,

I have tried to reproduce this issue locally but it is working correctly. I believe that we have fixed this issue in one of our latest internal build. Can you please verify your code against it? If it is still not working can you send us a sample project illustrating exactly your scenario, so that we can debug it locally. Thanks in advance.

All the best,
Stefan Dobrev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Tim
Top achievements
Rank 1
answered on 25 Sep 2009, 01:57 PM
It is fixed in 2009.2.911.1030.

Thanks,
Tim

Tags
GridView
Asked by
Tim
Top achievements
Rank 1
Answers by
Stefan Dobrev
Telerik team
Tim
Top achievements
Rank 1
Share this question
or