Telerik Forums
UI for WPF Forum
0 answers
273 views

Hello, 

I have this combobox with is bound to List of customers around 5k customers

<telerik:RadComboBox ClearSelectionButtonVisibility="Visible" ClearSelectionButtonContent="Clear Selection"
                                     ItemsSource="{Binding Customers}"  Margin="0 0 0 18"
                                     DisplayMemberPath="DisplayMember"
                                     SelectedValuePath="Id"
                                     SelectedValue="{Binding CustomerId,Mode=OneWay}"
                                     Command="{Binding GetCustomerCommand}">
                    <telerik:RadComboBox.ItemsPanel>
                        <ItemsPanelTemplate>
                            <VirtualizingStackPanel />
                        </ItemsPanelTemplate>
                    </telerik:RadComboBox.ItemsPanel>
</telerik:RadComboBox>

 

 

I changed to virtualization and this helped in getting the list faster but when I added SelectedValue to bind to my viewmodel It is getting very very slow to load.

Is there any way to overcome this problem ?

Regards

moe
Top achievements
Rank 1
 asked on 01 Mar 2019
7 answers
143 views

Using the RangeBarSeries with data points that overlap another series, the tooltip for the covered up data point is shown rather than the one on top.

 

However the "hover" clearly knows which is the series being hovered over. See attached screenshots. chart1.pg shows the longest (yellow) bar being hovered over. chart2.png shows the adjacent orange series and chart3 shows the green series. All 3 have the same tooltip, of the longest series which runs underneath the others.

 

How can I fix this and get the tooltips to show for the proper data point?

Steve
Top achievements
Rank 1
 answered on 01 Mar 2019
1 answer
282 views

Does the RadGridView have something similar to the SelectedItemsSource that the RadListbox has? I'd like to automatically bind the selected items to a collection in my view-model like I do with the list box.

example:

<telerik:RadGridView
     ItemsSource="{Binding ..., Mode=OneWay}"
     telerik:ListBoxSelectedItemsBehavior.SelectedItemsSource="{Binding ..., Mode=OneWay}">

Dinko | Tech Support Engineer
Telerik team
 answered on 28 Feb 2019
1 answer
384 views

I am trying to set the default visual style of my line series. (Using Telerik UI for WPF 2015)

Based on the page, the default visual style of the dot & line styling can be set at the default visualstyle properties:

https://docs.telerik.com/devtools/wpf/controls/radchartview/styles-and-templates/customizing-cartesianchart-series

 

This configuration does not seems to work on Telerik UI for WPF 2015, how do I set the dot size & coloring on line series ? 

Dinko | Tech Support Engineer
Telerik team
 answered on 28 Feb 2019
1 answer
221 views

I have two series, and I want to display them in a same graph. 

The series 1 has valued at {0.5: value1, 1.5 : value2, 2.5 : value3}

And series 2 has value at { 1: value 1, 2 value2: 3 value3} 

 

How do I draw the two series on the same graph with X value being interlaced ? Tried linear axis but nothing displayed, tried catagroy axis but the graph is separated into two parts. The x value is not interlacing. 

Dinko | Tech Support Engineer
Telerik team
 answered on 28 Feb 2019
1 answer
127 views

I have an application where I want to write tests to confirm the content of a ToolTip. If the ToolTip is simple text, all is fine, the checks in Step Builder work as expected.

If I add other elements e.g.

            <Polygon 
                        Points="16, 32 32, 32 24, 18"
                        Visibility="Visible"
                        ToolTipService.ShowDuration="360000" HorizontalAlignment="Right" Width="32">
                <Polygon.Fill>
                    <SolidColorBrush Color="Aqua"/>
                </Polygon.Fill>
                <Polygon.ToolTip>
                <StackPanel>
                    <TextBlock Text="Foo"/>
                    <Ellipse Width="20" Height="20" Fill="Pink"/>
                    <TextBlock Text="Bar"/>
                </StackPanel> 
            </Polygon.ToolTip>
            </Polygon>
What I see in the Visual Tree is a ToolTip "FooBar". How can I do a test on, say, the colour of the ellipse?

If my ToolTip is made of Runs e.g.

                    <TextBlock>
                        <Run Text="Foo"/>
                        <Run Text="Bar"/>
                    </TextBlock>

Then in the Visual Tree, the ToolTip is blank and any steps created in Step Builder to determine the content will fail.

If the tooltip is made up from WPF elements, how can these be accessed, either via Step Builder, or via a coded step?

 

Elena
Telerik team
 answered on 28 Feb 2019
1 answer
63 views

I'm evaluating to use ChartView3D to visualise the path of a drill hole, that starts at the surface and goes into the ground. To achieve this I rotated the whole graph 180 degrees but then all labels and axis titles also rotates :( See screendump.

Is there any way to only rotate the graph? Or counter-rotate the labels and titles? Or any other way to achieve this?

Karl-Petter
Top achievements
Rank 1
 answered on 27 Feb 2019
4 answers
241 views

I already set PasswordBox properties:

<telerik:RadPasswordBox Password="111111" WatermarkContent="password"
   ShowPasswordButtonVisibility="Auto"
   WatermarkBehavior="HideOnTextEntered"
   HorizontalAlignment="Center"  Background="Transparent"  Height="30" Width="280" Grid.Column="1" Grid.Row="4" Name="txtPassword" >
    <telerik:RadPasswordBox.Effect>
         <DropShadowEffect Color="Gray"  Opacity=".50"  ShadowDepth="4" />
     </telerik:RadPasswordBox.Effect>
</telerik:RadPasswordBox>
when it runs,first I delete the password, it shows WatermarkContent, but then ,I input the password,it shows as plaintext ,not security, and overlap with the WatermarkContent,see the file "input show.png",  get txtPassword value(use "txtPassword.Password") is "",   how can I solve this?
Dinko | Tech Support Engineer
Telerik team
 answered on 27 Feb 2019
6 answers
248 views
I have not found this neither in docs, nor in samples, but sales page says - this is supported. So how do I create such a diagrams?
Martin Ivanov
Telerik team
 answered on 27 Feb 2019
5 answers
131 views
If I have a cell in the last visible column selected, but there are hidden column (IsVisible=False) columns after it, pressing the right arrow key confuses things.Basically, it will jump to the next control in the window, which in my case is a tab control containing the grid. So what happens is the user pressing the arrow repeatedly to get to the end, and then when it hits the end it jumps up into the tab control which starts switching which tab they are on.
Vladimir Stoyanov
Telerik team
 answered on 27 Feb 2019
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?