I put a Frame control in a wpf application to create an internet browser. I'm able to retreive the webbrowser object inside it, but i'm not able to capture any mouse event.
Is it possible to add text to the cell while it is in edit mode? My idea is to enable Excel like navigation so when users type press a key the first character is automatically entered when the cell goes into edit mode when I use the TextInput event handler.
My problem is: I create 2 RadPanes programmatically in c# (Pane1, Pane2), both of them has its own RadPaneGroup and its own RadSplitContainer (it's InitialPosition is FloatingDockable). The RadSplitContainers are items of my MainRadDocking. Pane1 and Pane2 are floating. I take Pane2 and i dock it beside Pane1 (in the same RadSplitContainer). If i undock Pane1 before Pane2, Pane2's RadSplitContainer will then become FloatingOnly. I need to keep the RadSplitContainer FloatingDockable.
Hello Sir:
I am evaluating the version: RadControl for WPF 2010 Q1.
I tried to put a RadDocking in my WinForm. Then I added some panes to it. The docking works correctly.
But I want to add a constraint to my pane. I do not allow my panes to be dragged outside the form. Do you have any idea how to enable this constraint? Please advise, thanks.
I am currently having the following exception occur when handling a mousedown event on a carousel.
An unhandled exception of type 'System.ArgumentException' occurred in PresentationFramework.dll
Additional information: GeneratorPosition '-1,1' passed to Remove does not have Offset equal to 0.
I believe it may be due to me rebuilding the carousel at the same time. I am still debugging and researching the cause but wanted to post here to see if it tickled any memories on how to fix/keep from happening.
Hi,
Is it OK to copy all telerik control assemblies to a local project folder and put a reference to the local folder instead of the SDK installation folder 'C:\Program Files\Telerik\RadControls for WPF Q1 2010\Binaries\WPF' ?
The reason behind this is that I want the referenced assemblies to be to be tied to project through source control and allow other developers to get a latest version with a fully-functional version of the project without needing to install the complete SDK first. I've been able to do that and the project is building and running correctly, but the controls will not display in Blend (v.4 RC). I copied the 'design' folder as well as the language-specific-resource assemblies (de, es, it, nl, tr). Am I missing something? Thanks!
I have a gridview that is using the selection checkbox column. The problem we are running into is that if someones selects rows with the checkboxes, then hits tab, the tab key will cause the row in focus to check (if not checked) and unselect all the other rows. Is there a way to disable this from happening?
This isn't exactly a telerik question but thought I'd give it a shot. I'm trying to port my win framework to wpf using your controls. As a part of my framework, I have custom controls and components with specialized business properties and in WinForms, I would use the UITypeEditor attribute to specify a custom design time interface. Thay way, within Visual Studio at design time, I could give the user my own custom dialog interface for manipulating properties, picking a business object, etc.
I don't see any way to do this with WPF. Is this not possible? In looking over your own controls, I don't see any custom interface anywhere. I would have expected something on the gridview but even there, it looks like it opens up the generic collection editor.
Is it possible to have a design time custom property dialog editor that the Visual Studio designer will automatically use?