the itemsource for gridview is binded to WCF.
The WCF returns data in descending order, but the gridview takes only last 50rows and shows them in descending order.
Hi, I'm working on a grid that has a footer that is the sum of each column. That same Footer need to calculate the difference between these two columns. Can someone help me?
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!