Questions tagged [raddocking]

18 questions
6
votes
3 answers

Docking layout control for Angular2 similar to Telerik's RadDocking

I am using Telerik's RadDocking control in Silverlight. http://docs.telerik.com/devtools/silverlight/controls/raddocking/overview2 I have searched a few docking layout controls for Angular2 but haven't come across anything which gives me something…
Debopam Chanda
  • 161
  • 1
  • 7
2
votes
1 answer

VB.Net - RadDock DockHandle attribute not taking effect (Telerik)

I'm trying to build a simple program that allows me to move panels to different areas on-screen using Telerik's RadDock library. I have tried to follow this online example as much as possible, but for some reason, the process of being able to grab…
marcuthh
  • 592
  • 3
  • 16
  • 42
1
vote
1 answer

Silverlight: Hiding RadPaneGroup problem

Hi i am facing a very strange problem. My requirement is to have a tree on the left hand side of a page a view on the right hand side of the page. Clicking various nodes of the tree shows different views. I have implemented this using two rad…
AndroidDev
  • 15,993
  • 29
  • 85
  • 119
1
vote
1 answer

Telerik RadPaneGroup problem

I use Telerik Rad Controls for WPF 2009.3.1314. Here is my layout:
Y.Yanavichus
  • 2,387
  • 1
  • 21
  • 34
1
vote
1 answer

RadDock's SplitContainer does not fill the Windows

I have the following code to create RadDock programmatically: public void CreateDock(Control parent) { RadDock dock = new RadDock(); DocumentContainer docContainerLeft = new DocumentContainer(); …
user3719030
1
vote
1 answer

Threading issue with Telerik RadDocking

The company for which I'm consulting has a specific business requirement that each instance of certain WPF Windows MUST have their own UI Thread and NOT share the default UI thread created by .NET Framework when the application is first loaded. From…
Ryan
  • 1,300
  • 12
  • 29
0
votes
1 answer

RadPane closes when I change filter operator in FilteringMode="FilterRow"

I have a RadPane in RadPaneGroup in RadDocking
kozurap
  • 7
  • 4
0
votes
1 answer

How to know if Close comes from RadPane or RadPaneGroup

We have following Raddocking declared:
gogessj4
  • 89
  • 8
0
votes
1 answer

Show 'MessageBox' at center of RadPane

I have several RadPanes and RadPanGroups in my WPF application built using Telerik controls. I want to show a custom window (kind of message box) that is center to a particular RadPane not center to whole window or parent window or screen. I want…
0
votes
1 answer

Is it possible to only use children of the main childelement in the scatterview as scatteritems?

I'm using the Telerik api to take use of docking and my xaml looks something like this:
Ikky
  • 2,826
  • 14
  • 47
  • 68
0
votes
0 answers

.NET Windows form application shutdown unexcpectedly

Currently, I'm experiencing a problem with mine VB.net application. The thing is that one supplier of a specific software that we use is causing some kind of incompatibility issue with our system. When I install our supplier's software, our VB.net…
Abner
  • 416
  • 5
  • 18
0
votes
1 answer

Telerik RadDock on left side of main form in Winform application

I have a WinForm application that I would like to add a RadDoc like a popup menu on the left inside form main. The user should be able to hover to the left side of the screen or click some tab on the left side of the screen and then the menu bar…
goroth
  • 2,510
  • 5
  • 35
  • 66
0
votes
1 answer

RadDocking Stutter

Ok my application using Devexpress 11, its old and I'm thinking to switch to Telerik instead, I download the WPF demo check all necessary component until I stumbled onto RadDocking from telerik. and my first impression was slow/jittery/stutter…
kirie
  • 342
  • 2
  • 11
0
votes
1 answer

Events for hyperlink not firing inside usercontrol which is inside raddock

I have a RadStrip in my page. Inside RadStrip, i am placing Raddocks, in which a UserControl page is populated. Now in my UserControl ascx page, i have an Hyperlink. While i Click on this Hyper link, its not hitting the events in UserControl ascx…
Pathrudu
  • 37
  • 1
  • 9
0
votes
1 answer

Cannot access radtextbox inside radDock from child

Here is my radTextBox inside radDock , I set this in my ParentPage
zey
  • 5,939
  • 14
  • 56
  • 110
1
2