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;