
Chris Andrews
Top achievements
Rank 1
Chris Andrews
asked on 16 Aug 2010, 07:49 PM
Hello,
I'm not sure if this is working as designed or a bug, but here is the issue.
We have a GridView hosted in a RadPane. If the Pane is pinned, grouping works great. If the pane is unpined, you can hover over it to expand the pane, but none of the grouping features work until you pin the pane again.
On a secondary note, I also noticed the sorting also get's lost when the pane is pinned and unpinned.
We are using the latest release 2010.2 812 of the controls.
Here is a quick sample on how we are using it:
I'm not sure if this is working as designed or a bug, but here is the issue.
We have a GridView hosted in a RadPane. If the Pane is pinned, grouping works great. If the pane is unpined, you can hover over it to expand the pane, but none of the grouping features work until you pin the pane again.
On a secondary note, I also noticed the sorting also get's lost when the pane is pinned and unpinned.
We are using the latest release 2010.2 812 of the controls.
Here is a quick sample on how we are using it:
<
telerik:RadDocking
>
<
telerik:RadDocking.DocumentHost
>
<
telerik:RadSplitContainer
>
<
telerik:RadPaneGroup
/>
</
telerik:RadSplitContainer
>
</
telerik:RadDocking.DocumentHost
>
<
telerik:RadSplitContainer
InitialPosition
=
"DockedLeft"
>
<
telerik:RadPaneGroup
>
<
telerik:RadPane
Title
=
"Pane 1"
CanUserClose
=
"False"
CanFloat
=
"False"
CanDockInDocumentHost
=
"False"
>
<
telerik:RadGridView
x:Name
=
"radGridView"
AutoGenerateColumns
=
"False"
>
<
telerik:RadGridView.Columns
>
<
telerik:GridViewDataColumn
DataMemberBinding
=
"{Binding LastName}"
Header
=
"Last Name"
/>
<
telerik:GridViewDataColumn
DataMemberBinding
=
"{Binding Married}"
Header
=
"Is Married"
/>
</
telerik:RadGridView.Columns
>
</
telerik:RadGridView
>
</
telerik:RadPane
>
</
telerik:RadPaneGroup
>
</
telerik:RadSplitContainer
>
</
telerik:RadDocking
>
12 Answers, 1 is accepted
0
Hello Chris Andrews,
We can confirm that this is a bug on our side. We will do our best to provide a fix in some of our future internal builds.
Thank you for the feedback. I have updated your Telerik points.
Best wishes,
Yordanka
the Telerik team
We can confirm that this is a bug on our side. We will do our best to provide a fix in some of our future internal builds.
Thank you for the feedback. I have updated your Telerik points.
Best wishes,
Yordanka
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0

Chris Andrews
Top achievements
Rank 1
answered on 25 Aug 2010, 06:34 PM
Thank You for the info. Do you happen to know if this has been resolved in an internal build yet?
0
Hi Chris Andrews,
Currently, we are working on resolving this issue. The fix is expected to be included in one of our next internal builds. I will keep you posted on the progress.
Sincerely yours,
Tsvyatko
the Telerik team
Currently, we are working on resolving this issue. The fix is expected to be included in one of our next internal builds. I will keep you posted on the progress.
Sincerely yours,
Tsvyatko
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0

Chris Andrews
Top achievements
Rank 1
answered on 06 Oct 2010, 05:54 PM
Hello again. I'm just following up on this issue to see if any progress has been made. I am using the Q2 2010 SP2 and the issue still exists.
Thanks,
Chris
Thanks,
Chris
0
Hi Chris Andrews,
Please, excuse us for the late reply.
Unfortunately, this problem is still in progress state. We will do our best to resolve it for the next internal build (probably next Friday) . Thank you for your patience.
Kind regards,
Yordanka
the Telerik team
Please, excuse us for the late reply.
Unfortunately, this problem is still in progress state. We will do our best to resolve it for the next internal build (probably next Friday) . Thank you for your patience.
Kind regards,
Yordanka
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0

kyle
Top achievements
Rank 1
answered on 03 Nov 2010, 09:31 AM
Hi,
I have an problem like this. There are some radpane in a dockingpane, I want to know which one got focus when focus change ,for example when you click on a pane,the pane got focus.But when a pane is unpined,you hover you mouse to expand the pan,then click on the pane or the pane's header,the pane can't got focus.I don't know how the case.
please help me.Thanks!
I have an problem like this. There are some radpane in a dockingpane, I want to know which one got focus when focus change ,for example when you click on a pane,the pane got focus.But when a pane is unpined,you hover you mouse to expand the pan,then click on the pane or the pane's header,the pane can't got focus.I don't know how the case.
please help me.Thanks!
0
Hello,
George
the Telerik team
Unfortunately, the RadDocking control doesn't have ActivePane property or event, that fires when the current RadPane is changed. We have logged it as a feature request. If we receive enough clients' requests we will consider implementing it. You can vote and track its progress in our Public Issue Tracking System (PITS) with Issue ID = 2124.
George
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0

Chris Andrews
Top achievements
Rank 1
answered on 22 Dec 2010, 04:55 PM
Hello Again,
Back to my original issue of not being able to group in an unpinned dock pane. I tested the Q3 2010 release and it doesn't appear fixed yet.
I searched the PITS tracking system, but I can't seem to find the item. Has this issue been created in that system, if so, can you provide the item link for me.
Thanks,
Chris
Back to my original issue of not being able to group in an unpinned dock pane. I tested the Q3 2010 release and it doesn't appear fixed yet.
I searched the PITS tracking system, but I can't seem to find the item. Has this issue been created in that system, if so, can you provide the item link for me.
Thanks,
Chris
0
Hello Chris Andrews,
You can track the PITS issue on this link - http://www.telerik.com/support/pits.aspx#/public/wpf/4472.
The issue was with internal visibility, so I made it with public visibility.
Best wishes,
Tsvyatko
the Telerik team
You can track the PITS issue on this link - http://www.telerik.com/support/pits.aspx#/public/wpf/4472.
The issue was with internal visibility, so I made it with public visibility.
Best wishes,
Tsvyatko
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
0

Karan
Top achievements
Rank 1
answered on 20 Apr 2011, 03:36 PM
Is this issue fixed now... or any work around. I am facing this issue also and it is very annoying
0

Martin
Top achievements
Rank 1
answered on 23 May 2011, 01:42 PM
I'm also waiting for the error to be fixed.
Is some kind of preview event handler preventing the grid from starting a drag & drop operation?
Regards,
Martin
Is some kind of preview event handler preventing the grid from starting a drag & drop operation?
Regards,
Martin
0
Hi Chris Andrews,
Currently, we are working on solution for this issue.
What I can propose as workaround is to pin the pane during the drag operation and then unpin it when it completes. I have attached sample project that illustrates the idea.
Please, excuse us for the inconvenience caused.
Greetings,
Tsvyatko
the Telerik team
Currently, we are working on solution for this issue.
What I can propose as workaround is to pin the pane during the drag operation and then unpin it when it completes. I have attached sample project that illustrates the idea.
Please, excuse us for the inconvenience caused.
Greetings,
Tsvyatko
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF