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

Silverlight 5 grouping column in new OOB window doesn't work

2 Answers 32 Views
GridView
This is a migrated thread and some comments may be shown as answers.
danparker276
Top achievements
Rank 2
danparker276 asked on 16 Dec 2011, 12:57 AM
You might be fixing this and it might be early to post about silverlight 5 things, but when I open up a new window in OOB and try to use the drag and drop group by feature of the grid view it doesn't work.  I can't see the mouse icon dragging the column.  But if I move the mouse while dragging, over the main window I can see the icon. 

I'm using the new seperate Single Border Window feature in Silverlight 5 and I'm putting my gridview in the new window
Window wd = new Window()
    {
        Title = "Queue Preview",
        WindowStyle = WindowStyle.SingleBorderWindow,
        Width = 800,
        Height =600,
 
        Visibility = Visibility.Visible,
        Content = new MyPageCont()
    };

2 Answers, 1 is accepted

Sort by
0
danparker276
Top achievements
Rank 2
answered on 16 Dec 2011, 03:14 AM
actually I can't reference any of the data of the grids in this new opened window.  It will think it's empty in the code behind.
0
Vlad
Telerik team
answered on 16 Dec 2011, 01:08 PM
Hello,

Thank you for your feedback! 

We will do our best to include fix for this in our upcoming (next week) Silverlight 5 native binaries. 

All the best,
Vlad
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
GridView
Asked by
danparker276
Top achievements
Rank 2
Answers by
danparker276
Top achievements
Rank 2
Vlad
Telerik team
Share this question
or