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

Issue dropping a column back to Grid using RadWindow

2 Answers 44 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Chris Thierry
Top achievements
Rank 1
Chris Thierry asked on 13 Jul 2011, 04:12 PM
I found a small issue trying to drag a grouped colum of a gridview back to the grid, I'm using a RadWindow, please check the attached files, the first one shows Employee grouped column, the second one, I'm trying to put it back to the grid, it shows me this icon even over the header section, this is my code:

It supose to let me drop the column back to the header, is doing that, but the icon is confuse because shows that is not possible, any idea?
<telerik:RadGridView Margin="5,5,5,0"
    Name="RadGridViewData"
    Grid.Row="2"
    VerticalAlignment="Stretch"
    HorizontalAlignment="Stretch"
    IsReadOnly="True"
    AutoGenerateColumns="False"
    AlternateRowBackground="{StaticResource GridRowBackgroundColorBrush}"          
    Grouping="RadGridViewData_Grouping"           
    AlternationCount="2"
    CanUserDeleteRows="False"
    CanUserInsertRows="False"  
    ColumnWidth="*"
    ClipboardCopyMode="Header"
    AutoExpandGroups="True"
    IsSynchronizedWithCurrentItem="True"           
    CanUserFreezeColumns="False" />

2 Answers, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 14 Jul 2011, 07:58 AM
Hello Chris Thierry,

The issue you reported has already been fixed in our current official release Q2 2011 and you may test it on our demos. Once the dragged column header is over the GridViewHeaderRow, no "stop" icon is displayed.
 

Best wishes,
Maya
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Chris Thierry
Top achievements
Rank 1
answered on 14 Jul 2011, 01:33 PM
I installed official release Q2 2011 and the "stop" icon is not displayed any more!
Thank you.
Tags
GridView
Asked by
Chris Thierry
Top achievements
Rank 1
Answers by
Maya
Telerik team
Chris Thierry
Top achievements
Rank 1
Share this question
or