Telerik Forums
UI for WPF Forum
2 answers
114 views

when I copy multi lines and paste into column filtering textbox, 
grid just filter the first line and omit the other lines.

for example, I wanna filter the following lines:

"Ali
Vahid"

grid just filter Ali.

there is any way to filter multi lines?
Thanks.

Dinko | Tech Support Engineer
Telerik team
 answered on 02 Jan 2018
2 answers
420 views
Hello Guys, im new with Telerik and i missed a little with a SuspendMousePromotionUntilTouchUp.


What exactly do SuspendMousePromotionUntilTouchUp?

I really appreciate with some simple example of usage please.
Vladimir Stoyanov
Telerik team
 answered on 02 Jan 2018
1 answer
153 views

Hello,

I have a RadGridView that groups its items by an ID.  There is some filtering done that results in some of the groups only having one row in them.  I am struggling to find a way to hide or filter out the groups that only have one item in them.  Thank you for any suggestions or help.

Stefan
Telerik team
 answered on 02 Jan 2018
1 answer
126 views

Dear Sirs,

I'm working with RadVirtualGrid using DataProvider. I would like to position the filter icons in the header.
You'll find attached an image of what I have now.

 

Thanks in advance,

Stefan
Telerik team
 answered on 02 Jan 2018
3 answers
158 views

I'm converting from 2011.3.1116.35 to 2017-3-913.40.  This works in the old version but not in the new version.

My RadGridView is bound to an ObservableCollection named DrugList, however the ComboBoxColumn is bound to a different ObservableCollection named BrandGenericCodeList.  I'm trying to do the binding in XAML:

<UserControl x:Class="MyApp.ucDrug"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:telerikData="clr-namespace:Telerik.Windows.Data;assembly=Telerik.Windows.Data" 
             xmlns:telerikGrid="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
...
                <telerikGrid:RadGridView x:Name="radGridView"
                                         Grid.Row="1"
                                         AutoGenerateColumns="False"
                                         CanUserDeleteRows="True"
                                         IsSynchronizedWithCurrentItem="True"
                                         ItemsSource="{Binding DrugList}"
                                         ShowColumnFooters="True"
                                         Deleting="radGridView_Deleting"
                                         RowValidating="radGridView_RowValidating"
                                         SelectionChanged="radGridView_SelectionChanged">
                    <telerikGrid:RadGridView.Columns>
                        <telerikGrid:GridViewDataColumn Header="Name" DataMemberBinding="{Binding DrugName}" />
                        <telerikGrid:GridViewComboBoxColumn Header="Brand/Generic"
                                                            DataMemberBinding="{Binding BrandGenericCode}"
                                                            DisplayMemberPath="Value"
                                                            IsLightweightModeEnabled="True"
                                                            ItemsSource="{Binding BrandGenericCodeList}"
                                                            SelectedValueMemberPath="Name"
                                                            UniqueName="BGC" />

 

Any help is appreciated.  Thank you.

Wellpartner
Top achievements
Rank 1
 answered on 29 Dec 2017
6 answers
121 views
I was wondering if anyone has any sample code that shows how to properly invoke RadSpellChecker (without using codebehind, but proper MVVM methodology) on a TextBox when a user is submits a form for persistence. Also, if the user dismisses the spell checker while there are still misspelled words, a notification alert box should pop-up allowing the user to either continue (with "misspellings" not corrected) or cancel and allow the submit action to cancel itself. I don't see how RadSpellChecker allows for the ability to determine if the user has left behind any non-corrected words. My guess is that the DocumentSpellChecker must somehow be put to use, but I'm hoping to minimize complexity. Thanks for any assistance in advance.
Bruce
Top achievements
Rank 2
 answered on 29 Dec 2017
11 answers
246 views
Hi telerik,

Currently I do as below, which I thought was the way to do it. It has no effect on drag-cursor. What is your recommendation?
Thanks,

Anders, Denmark
        public void OnDragOver(object sender, DragEventArgs args)
        {
...
            if ( [disallow drag] )
            {
                args.Effects = DragDropEffects.None;
            }
            args.Handled = true;
        }
Vladimir Stoyanov
Telerik team
 answered on 29 Dec 2017
1 answer
268 views

Hello,

Is it possible to create 3D Pie Charts using UI Telerik for WPF library? In SDK Sample Browser I didn't find any sample regards it, meanwhile by this link https://docs.telerik.com/devtools/wpf/controls/radchart/features/chart-types/3d-charts I found it.

Could you please help with this question since on this depends question of purchasing of the WPF library

Kind Regards,

Vladimir

 

Sia
Telerik team
 answered on 28 Dec 2017
6 answers
140 views
When I use a RadTileView control in a RadRibbonBackstageItem, the RadTileViewItems run right out off the visible area. This Code works in a normal application window. How can I solve this?
Sia
Telerik team
 answered on 28 Dec 2017
1 answer
83 views
Hi,
I have a column with "FilterRow" filtering mode.
when I type some words in column filter area and wanna select a word, the Column will be dragged.
For Example:
I type "Ahmad Reza" in filtering TextBox and wanna change Ahmad To Ali
when I wanna select Ahmad, the Column will be dragged.
How do I Fix that?
Thanks.
Yoan
Telerik team
 answered on 28 Dec 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?