Telerik Forums
UI for WPF Forum
1 answer
141 views
I am developing a WPF application to be able to run in remote desktop sessions or terminal server... In this scenario, the animations of my RadControl must be disabled in order to improve performance's application. I've tried many options but can not find ... What I can do? 

Other options that I thought: controlling the speed or framerate. 

Thanks in advance any help.

Regards, Pablo
Maya
Telerik team
 answered on 08 Feb 2012
1 answer
351 views
I'm trying to open a RadWindow in my Caliburn.Micro project, but I'm having trouble tying the dialog's View to the ViewModel.

In my ViewModel I open the dialog using:
var radWindowViewModel = new MyViewModel();
var radWindow = new RadWindow
    {
      Width = 400,
      Height = 150,
      Content = ViewLocator.LocateForModelType(typeof(MyViewModel), null, radWindowViewModel)
   };
radWindow.ShowDialog();

The RadWindow is opened, but in it is displayed: "Cannot find view for MyNameSpace.MyViewModel.

Alternatively, when I set RadWindow.Content the following way:
Content = ViewLocator.LocateForModel(radWindowViewModel, null, null)

then I see the correct View, but the View's DataContext is never set.

Does anyone know what I'm doing wrong?
Erik
Top achievements
Rank 1
 answered on 07 Feb 2012
3 answers
219 views
Do you agree that the icons/buttons in the RadRichText-Ribbon are more blurry then the icons/buttons in other Ribbons?
You also see the difference in the Teleriks WPF-Controls-Example - application.
Robert
Top achievements
Rank 1
 answered on 07 Feb 2012
1 answer
205 views
Hi there,

on a regular Window this makes it appear without a border and overlap the taskbar.

WindowStyle = System.Windows.WindowStyle.None;
Topmost = true;
WindowState = System.Windows.WindowState.Maximized;


However RadRibbonWindows don't get impressed.

Even doing

WindowChrome.SetWindowChrome(this, null);

does not help.

Hints anyone?

Thanks Martin

Viktor Tsvetkov
Telerik team
 answered on 07 Feb 2012
3 answers
83 views
Inside your Telerik DataFilter for WPF Demo, for those integer columns, when I type in some integer in the text box (for example, make "Quantity=12") and press "Enter", the filtering is not triggered. The data in the Grid stays same. I will have to click out of the text box to make the filtering taking effect. For string columns, it doesn't have this problem. As soon as I hit "Enter", it triggers the data filtering. So my question is how to make the integer column behave the same as string column as regarding to trigger the data filtering as soon as I hit "Enter" in the text box?

Thanks!
Yordanka
Telerik team
 answered on 07 Feb 2012
2 answers
48 views
Hi telerik,

We are currently displaying charts with visible striplines. Our users have requested the 'checker board' to be replaced by thin lines instead. Is that possible?


I have read about giving the areas different colors, but it's not quite what I wish to achieve...
http://www.telerik.com/community/forums/wpf/chart/styling-a-chart-s-y-axis-striplines-etc.aspx

Thanks,

Anders, Denmark
Anders
Top achievements
Rank 1
 answered on 07 Feb 2012
3 answers
134 views
Simple question... is it possible to have a RadPanelBar's contents be dockable? For example, I want to be able to drag my RadPanelBarItem out of the RadPanelBar and then back in again. While I know I can dock items inside a RadPanelBarItem, I would love to be able to dock RadPanelBarItems themselves inside the RadPanelBar.

I thought I could do something like setting the ItemsPanelTemplate but I've exhausted all options there.

If the answer is no, are there any suggested methods to having the functionality of a RadPanel (specifically multiple expandedmode) but allow the beautiful docking functionality that the other Telerik controls give you?
Tina Stancheva
Telerik team
 answered on 07 Feb 2012
1 answer
98 views
Afternoon,
I notice the PDF Viewer is no longer on your wpf roadmap, has this been delayed then from the febuary release ?
Thanks
Tom.
Mike
Telerik team
 answered on 07 Feb 2012
1 answer
109 views

Hi

I have seen your example grid animation at http://blogs.telerik.com/pavelpavlov/posts/10-05-20/displaying-live-streaming-data-with-radgridview-for-silverlight-and-wpf.aspx id it possible to achieve this from code to target user defined values. For example I have a grid that is updated on a timer event and would like to animate selected cells after this event occurs for different target columns where cells fall into a value range. A small example of targetting a grid cell  would be appreciated.

Regards

Joe

Vlad
Telerik team
 answered on 07 Feb 2012
0 answers
92 views
I am encountering following issues with RADGridView. Please help me to resolve them.

1. How to remove row header?
2. How to avoid default selection of first row in a grid?

Please find attachment for your reference.
Madhan
Top achievements
Rank 1
 asked on 07 Feb 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?