Telerik Forums
UI for WPF Forum
2 answers
119 views
Is there a way to add in extra wordings to the auto generated legend item label?
I simply wanted to an aggregation type used in from the the legend label heading. So instead of a label showing "Outstanding category" from the dataseries, I wanted a "Count of Outstanding category" or "Sum of Outstanding Category" as the legend label.

Any suggestions will be helpful. Thanks
Oliver
Top achievements
Rank 1
 answered on 08 Nov 2012
3 answers
175 views
I created a RadTreeViewItem and want to set the CheckState to be 'On', but I can't seem to find the ToggleState enumeration at all.  The intellisense for System.Windows.Automation just gives me:  "Automation Properties", "Peers", "Provider"  I thought I was just missing a reference, but I have everything that any of the code samples seem to have.  I do see the documentation on MSDN for it as well, but it just does not appear.  Any ideas on what I'm missing here?

Michael
Joe
Top achievements
Rank 1
 answered on 07 Nov 2012
2 answers
132 views
I have a RadGridView, which is bound to a QueryableCollectionView.

I want the customer to be able to take full advantage of sorting, grouping, etc. But there is a default multi-column sort I want to start them off with.

As an example, suppose each record has a ticket number, a priority, and a date.  When they turn off all sorting on the grid, the rows should be sorted by ticket number. But I want the grid to start out sorted by priority and then date.

And an additional complication - the columns are dynamically created, populated in code, not in XAML.  I've tried setting SortingState as I add the columns, but it doesn't seem to "stick".

Jeff
Top achievements
Rank 1
 answered on 07 Nov 2012
1 answer
126 views
Hi,
is there any possibility to select a field by code?
(The SelectedField-Property is readonly.)

Thanks for help!
Normen
Normen
Top achievements
Rank 1
 answered on 07 Nov 2012
8 answers
317 views
Hi,

I have a requirement to change the animation of auto hide area, when i mouse hover on the auto hide area, group panel will opens with a animation, my requirement is as follows,

i want to open that panel when i click on the button(instead of mouseOver) and also i want to change the animation as i wanted. please see the attachment if you need any clarification.

Regards,
Srinivas.

Ivo
Telerik team
 answered on 07 Nov 2012
1 answer
123 views

Hi,

I'd like to delete or collapse some context menu items in richtextbox context menu.
How can I do that?

Thanks, Igor

Petya
Telerik team
 answered on 07 Nov 2012
1 answer
106 views
I am trying to put a RadSparkline into a TimeBar, where the TimeBar is animated to advance over a window of time from 4 hours ago to now. Basically, it should show a moving spark line that corresponds with the last 4 hours. Call center stuff.

I've got the TimeBar moving just fine by binding it's Period values to a VM value that updates once per second. It looks lovely.

The problem I'm having is that when the window is initially opened, there is no data for the last 4 hours. The best I can do is plug in data from now going forwards. I'd like to do this, and have it appear as if the Sparkline is moving in from the right side of the screen, as time advances.

But the Sparkline's contents of course only include the data that has been put into the Sparkline, and it seems to have no provision to alter it's constraints without data. For instance, I want the Sparkline to size itself as if to show values between 4 hours ago and now. Even though I only have values for the last few minutes.

Is there any decent way to accomplish this?

[EDIT]

I've thought of a decent way to do it. Write my own ContentControl which is aware of the TimeBar's PeriodStart and PeriodEnd, as well as the Sparkline data, and does it's own layout. Then put the sparkline in that. And put that in the TimeBar. But that takes work. Any other way?
Tsvetie
Telerik team
 answered on 07 Nov 2012
1 answer
115 views
In our WPF application the RadDockPanel measure and arrange cycle is taking lot of cpu time. Please let me know the possible reasons.
Vladi
Telerik team
 answered on 07 Nov 2012
1 answer
117 views
Hai,
 
             I want  custom value (like 33,128, 134,138,148,158) on Y-axis of wpf chart, instead of 20,30,40,50,60,70......170.
Iam attaching my chart here.


Thanks
Petar Kirov
Telerik team
 answered on 07 Nov 2012
1 answer
107 views

Hi,

I've a CustomField class.

public class CustomField : MergeField

I need to return a multiline string from GetResultFragment() function.

 

string result = string.Empty;
result = "First Line";
result += Convert.ToChar(11);
result = "Second Line";
DocumentFragment.CreateFromInline(new Span(result));

But output is not as I've expected. Can GetResultFragment() return Paragraph or is there an other solution?

Regards.


Petya
Telerik team
 answered on 07 Nov 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?