Telerik Forums
UI for WPF Forum
1 answer
114 views

Hi,

I want to customize the BoxItem in single selection mode. As per documentation, there is no other way to customize the boxItem in Single selection mode. Because of this constraint, It is blocking our development. Any one can help me in this situation.

Regards,

Viswa Teja.

Dilyan Traykov
Telerik team
 answered on 09 Aug 2017
11 answers
2.5K+ views
Greetings,

I am hopping someone in the community knows what may cause the following exception:

System.ArgumentException: Invalid property or field - '[name]' for type: Object

Currently we are experiancing this exception any time we click on the filter icon on a column and before the filter dialog is displayed or any time we attempt to group by a column.  Filtering and grouping thru API calls works fine.

Version: WPF_2009_Q2_SP1

Target Site:
{Telerik.Windows.Data, Version=2009.2.813.35, Culture=neutral, PublicKeyToken=5803cfa389c90ce7}
{System.Linq.Expressions.Expression CreateMemberAccessExpression(Telerik.Windows.Data.Expressions.IMemberAccessToken, System.Linq.Expressions.Expression)}
Stefan
Telerik team
 answered on 09 Aug 2017
1 answer
109 views

Hello,

When I transfer an object to a RadDiagram (when it happens OnDragEnter), I change the size of the DragVisual. How can I update DragVisualOffset?

Polya
Telerik team
 answered on 09 Aug 2017
2 answers
101 views

Hi, 

I am currently enjoying the trial of Telerik UI for WPF!

I've hit an issue which I really need to solve. My interface contains a RadTimeline and a load of other components. I need the other components to adjust in size and position as I scale/slide the range slider at the bottom of the timeline (I believe it's a RadSlider), as though 'linked' to the timeline. 

To do this, instinctively I would bind to ActualVisiblePeriodRange, ActualVisiblePeriodStart, ActualVisiblePeriodEnd etc. Something like this...

<telerik:RadTimeline x:Name="RadTimeline1" ActualVisiblePeriodRange="{Binding VisiblePeriodRange, Mode=OneWayToSource}" />

However, this doesn't seem to work. I am aware that these properties are readonly.

 

How can I get the above properties into the View Model so that I can make use of them in other view models? Bear in mind, I don't want to set ActualVisiblePeriodRange/Start/End, I just want to get their values.

Many thanks in advance!

Dinko | Tech Support Engineer
Telerik team
 answered on 09 Aug 2017
8 answers
592 views
It seems impossible even though I am using a binding mode of OneWayToSource.  Are there plans to allow us to Databaing to this property.  It would be great to be able to Databind that to a collection on my viewmodel.

Thanks,
David Sandor
Carmen
Top achievements
Rank 1
 answered on 09 Aug 2017
1 answer
147 views

Hello,

When the focus is on a RadComboBox, pressing Ctrl+F4 opens it.

From the documentation, F4 should open / close it, not Ctrl+F4.

This bug is annoying, because Ctrl+F4 is the standard shortcut to close a tab or a pane.

Kalin
Telerik team
 answered on 09 Aug 2017
0 answers
64 views

Hi Telerik Team,

    I want to open a Telerik:Raddocking in a popup on Button Click. And button are there in toolbar. can you please provide a sample example to achieve that thing. i am attaching the image when i click on that button then the copy of the given raddocking will open in a new pop as well.

Regards

Raju

Raju
Top achievements
Rank 1
 asked on 09 Aug 2017
4 answers
155 views

Hi Telerik,

 

I have a RadGridView with some Columns and 2 ColumnGroups. Each ColumnGroup has 2 Columns.

I want to know if is it possible to "merge" 2 child Columns Header in each ColumnGroup and display the Header ColmunGroup parent. Finally, there is just 1 row, with Column Header and ColumnGroup Header inside.

 

I attached 2 screens to show you the actually result and the objective.

 

Thank you !

Stefan
Telerik team
 answered on 09 Aug 2017
1 answer
103 views

hello!

I use ExpressionEditor in a project ,the main code is: 

xaml:

 <TextBox x:Name="aaa"/>
<telerik:RadExpressionEditor Grid.Row="1" x:Name="ExpressionEditor"
ExpressionChanged="ExpressionEditor_ExpressionChanged"
ExpressionText="Sin(100)" />

 

cs:

private void ExpressionEditor_ExpressionChanged(object sender, RadRoutedEventArgs e)
        {
            try
            {
                dynamic dynamicExpression = ExpressionEditor.Expression;
                dynamic compiledExpression = dynamicExpression.Compile();
                object executionResult = compiledExpression();
                aaa.Text = executionResult.ToString();
            }
            catch
            {

            }
            
        }

 

the TextBox can show the result,but result preview of the RadExpressionEditor did not show the result,why? what should I do?

by the way,can we improve the RadExpressionEditor to make the programmer can  add custorm function or constants like Pi?

Wang
Top achievements
Rank 1
 answered on 09 Aug 2017
1 answer
282 views
Hi,

I'm new to telerik products and this is a really simple question that I'm trying to find right now.  I'm currently generating a letter pdf using a method that returns a RadFixedDocument, which is made up of multiple Blocks placed in different positions of a single page using a FixedContentEditor.  Right now I need to convert specific text fragments of the letter string to bold (ones that are wrapped in bold tags) before converting to pdf, but I haven't been able to find a way to separate bold from non-bold text besides using Blocks.  Is there an easier way to do this just with UI for WPF?

Thanks,

Will
Tanya
Telerik team
 answered on 08 Aug 2017
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?