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

Cursor doesn't changed when resizing a column

1 Answer 100 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Lee
Top achievements
Rank 1
Lee asked on 15 Jun 2016, 09:05 AM

The cursor doesn't changed when resizing a column.

I don't know, why occurred.

What should I do?

* I am using NoXaml dll file.

  .dll file version is '4.0.30319'.

 

Below my xaml code about RadGridView.

<telerik:RadGridView Grid.Row="1" x:Name="Part_EventListGridView"
                                         AutoGenerateColumns="False" 
                                         VerticalAlignment="Stretch" 
                                         HorizontalAlignment="Stretch" 
                                         ShowColumnFooters="True" 
                                         ShowGroupPanel="False" 
                                         ShowGroupFooters="False" 
                                         ScrollMode="RealTime"                                                  
                                         IsFilteringAllowed="False"
                                         AllowDrop="True"
                                         RowIndicatorVisibility="Collapsed"
                                         >

 

Below my C# code behind.

this.DataContext = ListDataContext;

ctrlEventList.ItemsSource = ListDataContext.EventCollections;

 

1 Answer, 1 is accepted

Sort by
0
Dilyan Traykov
Telerik team
answered on 16 Jun 2016, 03:54 PM
Hello Lee,

The image you've uploaded seems to be missing. Could you please upload it again?

I tried to reproduce the issue you've described setting the RadGridView properties you've specified, but was, unfortunately, unable to do so. Could you please have a look at the attached project and let me know if I've missed something important?

Thank you in advance for your cooperation on the matter.

Regards,
Dilyan Traykov
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
GridView
Asked by
Lee
Top achievements
Rank 1
Answers by
Dilyan Traykov
Telerik team
Share this question
or