Telerik Forums
UI for WPF Forum
5 answers
499 views
Hi.
Just a question: The SelectedItem is not bindable to a property in the ViewModel on a MVVM pattern?

If not, how to get the selectedItem in the ViewModel?
I need becouse I've to manage the add and remove buttons.

Thanks and regards.

Andrea
Martin Ivanov
Telerik team
 answered on 23 Aug 2019
1 answer
76 views

Hi!

how can I set a Tips when RadDiagramShape MouseOver。

I want to Lock the Diagram,but want the Element event can work.

if I Set the IsEnabled is false . (RadDiagramShape_MouseMove) is not Working

Dimitar Dinev
Telerik team
 answered on 22 Aug 2019
1 answer
141 views

Hi!

I am using RadDiagram and in my diagram.

how can I Show a Text Tips when RadDiagramShape MouseOver ?

Thanks

Dimitar Dinev
Telerik team
 answered on 22 Aug 2019
4 answers
170 views
Is there any example i can see for RadGridView with a lookup column?

Thank you,
TM
Tom
Top achievements
Rank 1
 answered on 21 Aug 2019
3 answers
120 views

Hello,

I have a spline series on a cartesian graph, the y values can vary from -750000 to 1000000. I would like to display the labels as multiples of .0001 to save some screen space. I can't see a property to do it.

Thanks.

Alan

Martin Ivanov
Telerik team
 answered on 20 Aug 2019
2 answers
566 views

Saw instructions on how to use tags GroupByExpression, SelectFields, GroupByFields to sort groups by a sequence number.  However, these tags are not available to me to use.

 

So, I would like to use standard RadGridView properties and techniques to create 3 groups that will be sorted by a sequence number...

 

3 Columns: Process, Date, Version

3 Groups ordered top to bottom: Group1, Group2, Group3.

When I click on the column name "Process" for example, currently the groups move up or down.

I want to keep the groups in the same visual order Group1, Group2, Group3 but only sort each column within the group.

Any ideas?

Keith
Top achievements
Rank 1
 answered on 19 Aug 2019
1 answer
191 views

I have a RadGridView, in the first column is an AutoCompleteBox for searching names. I will search name and paste in to the same column. 

I have build the AutoCompleteBox in RadgridView.CellEditTemplate like this:

 

<telerik:RadAutoCompleteBox DisplayMemberPath="Name"
                                                        TextSearchMode="Contains"
                                                        TextSearchPath="Name"
                                                        SearchText="{Binding Path=Name, Mode=TwoWay}"
                                                        AutoCompleteMode="Suggest"
                                                        SelectionMode="Single"     
                                                        BoxesItemStyle="{StaticResource RadAutoCompleteBoxStyle}"
                                                        NoResultsContentTemplate="{StaticResource RadAutoCompleteBoxNoResultsContentTemplate}"
                                                        NoResultsContent="{x:Static resources:Translations.lbl_NoMatches}"
                                                        ItemsSource="{Binding Path=DataContext.Project.Customers, RelativeSource={RelativeSource AncestorType=telerik:RadGridView}}">

 

But i always get error "System.Windows.Data Error: 26 : ItemTemplate and ItemTemplateSelector are ignored for items already of the ItemsControl's container type; Type='RadWatermarkTextBox'", if i type in the column. DisplayMemberPath="Name" and SearchText="{Binding Path=Name, Mode=TwoWay}" ara in conflict. Can sameone help me?

 

Thanks in advance.

 

Martin Ivanov
Telerik team
 answered on 19 Aug 2019
4 answers
374 views

Hi Telerik,

I'm using a RadTreeListView with allowed filters.

> 'MyTreeListView.png' showing you my expanded tree.

 

When I click on the filter buttons, the panel is displayed, but in the values area, there are only the values of the "parent" rows (like in the 'Filter1' & 'Filter2' attached files).

 

I want to know if is it possible to display all existing values in the column ?

For example, in 'Filter2' screen, there will be :

[ ] nul

[ ] Task 1.1 A

[ ] Task 1 A

[ ] Task 1 B

[ ] Task 2 A

 

Thank you !

Valentin.

Valentin
Top achievements
Rank 2
Iron
Iron
Iron
 answered on 19 Aug 2019
4 answers
247 views
Hi,
How do I set the background color of the ControlPanel of the RadGridView ?
Barry
Martin Ivanov
Telerik team
 answered on 19 Aug 2019
4 answers
216 views
Hello,

I need help regarding the TreeListView's Expand/Collpase event. I am unable to capture these events  when i click on the expander.

The code is as follows:-

WPF XAML File:-

  <telerik:RadTreeListView x:Name="radTreeListView" telerik:StyleManager.Theme="Windows7"
                                 AutoGenerateColumns="False" RowIndicatorVisibility="Collapsed" 
                                 ScrollViewer.VerticalScrollBarVisibility="Hidden"
                                 TreeViewItem.Collapsed="radTreeListView_Collapsed"
                                 TreeViewItem.Expanded="radTreeListView_Expanded" >
            <telerik:RadTreeListView.ChildTableDefinitions>
                <telerik:TreeListViewTableDefinition ItemsSource="{Binding TopLevelObjects}"/>
            </telerik:RadTreeListView.ChildTableDefinitions>
            <telerik:RadTreeListView.Columns>
                <telerik:GridViewDataColumn DataMemberBinding="{Binding LHS}"
                                   Header="Name"/>
           
            </telerik:RadTreeListView.Columns>
        </telerik:RadTreeListView>

The two function radTreeListView_Collapsed(..) & radTreeListView_Expanded(..) are not getting called.


Thanks,
Neha
Martin Ivanov
Telerik team
 answered on 16 Aug 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?