Telerik Forums
UI for WPF Forum
8 answers
896 views
I was wondering if this is implemented in WPF version also?

http://www.telerik.com/community/forums/winforms/combobox-and-listbox/radcombobox-autocomplete---search-in-any-place.aspx

I'm trying to use a RadComboBox (window) in the application I'm developing.
As far a as I can see the autocomplete mode uses the entered text to filter those items starting with this text. I would like to go beyond this functionality by filtering those items which contains the entered text, not only at the begining but also in any place.

As an example, if I have a combobox containing cities and I write "lon" it should filter, not only "london" city but also "barcelona" (among others cities matching the filter).
Dilyan Traykov
Telerik team
 answered on 24 Apr 2019
1 answer
133 views

This is a weird bug, but our QA team noticed that quickly typing A LOT of letters (with numbers in between them) into a NumericUpDown box, freezes the UI (and it never goes back). The NumericUpDown is directly bound to VM and we are not using any converters or code behind. We are using noXaml dlls.

 

XAML

 

<telerik:RadNumericUpDown HorizontalAlignment="Stretch"
AutomationProperties.AutomationId="FindSiteBasePortNumericUpDown"
Maximum="65534"
Minimum="1"
Value="{Binding Port, Mode=TwoWay}"
IsEnabled="{Binding IsFormIdle}"/>

VM:

public Decimal Port
{
get { return m_port; }
set { SetValue_(ref m_port, value, () => Port); }
}

Vladimir Stoyanov
Telerik team
 answered on 24 Apr 2019
1 answer
96 views
Hi,I'm using VirtualGrid to show data ,but I don't know how to hide RowIndicator.Anyone can help me ?
Vladimir Stoyanov
Telerik team
 answered on 24 Apr 2019
1 answer
678 views

 Hello~

 

I want to adopt the theme, Fluent Dark.

 

I can see the example via "WPF Controls Exmaples" application. but, I can t see the option of "Fluent Dark".

 

In XAML, when I add the tag, " telerik:StyleManager.Theme", I can see some values of "WPF Controls Exmaples", but, I cant find "Fluent Dart".

 

How can I use the theme ?

 

Please tell me how to do.

Dinko | Tech Support Engineer
Telerik team
 answered on 24 Apr 2019
8 answers
570 views
I understand from scouring this forum that the GridViewComboBoxColumn does not sort by the DisplayMemberPath, it sorts by the DataMemberBinding which is essentially a property of the item the row is bound to.  You can set the SortMemberPath but again that is just a different property of the item the row is bound to, not a property of the GridViewComboBoxColumn ItemsSource.  With that said, the filter control displays the DisplayMemberPath and even sorts the items properly.

I'm looking for a way to get the GridViewComboBoxColumn to sort on the DisplayMemberPath, but I do not want to code this for every single grid with custom sorting or every single GridViewComboBoxColumn I add to our application.  There are a number of developers on this project and undoubtedly one will forget to do it, and this is not really maintainable either.  

Ideally I could have my own SortableGridViewComboBoxColumn I could use that inherited from the GridViewComboBoxColumn but I have not had much luck going down this road so far.  Is there any advice you can give or samples I can look at?  I've been through almost everything on this forum already.

Thanks.


Patrick
Top achievements
Rank 1
 answered on 23 Apr 2019
2 answers
364 views

Hi,

A beginner to WPF and Telerik controls.

I have a form with bunch of textbox controls, combobox controls (binding to collection that returns key value pair list by stored procedure), date controls, textarea control and a filedialog. The form has validations for dates controls, textboxes (required fields) etc. This form creates a (single) record in the DB by calling a stored procedure. It doesn't edit ,delete or navigate records. 

Is RadDataForm an appropriate control to use? If not, what is the appropriate for the above task.

Also please provide me an example to achieve this.

Thanks.

Dilyan Traykov
Telerik team
 answered on 23 Apr 2019
2 answers
147 views

Hi all, and thanks in advance for your great job.

I a MultiColumnComboBox with multiple selection i need to show a string that display how many items are currenctly selected, instead of the list of SearchAutoCompleteBoxItem. But i can't figure out how to do this without working on the source code.

Anyone can help me, please? Thank you very much.

Omar
Top achievements
Rank 1
 answered on 23 Apr 2019
6 answers
832 views
Dear Sir,

Could you please help me with the problem as under.

How can i change color of selected date according to my wish or different colors by c# codes.

I am having dates from datebase which are the selected dates in your calender control those are displayed and selected correctly but when i selected another date excluding those date the selected dates are disappear

What I need is the newly selected data and those came from database  should be remain selected.

Currently we are using the demo version of your control if we get solution of above problem we ill buy 2 to 3 license version of your control


Thanking you,
Tabs BI Software Team.


Manpreet
Top achievements
Rank 1
 answered on 23 Apr 2019
2 answers
159 views

I am reviving an application that must remain in Visual Studio 2010 and uses .NET 4.0.
My projects all use Telerik's Binaries.NoXaml.

I am renewing my license to use the latest Telerik release.
While those wheels are in motion, I downloaded the latest trial and find there is no WPF40 folder in Binaries.NoXaml.
I tried referencing the WPF45 dlls, but I'm getting build errors such as:
The type reference cannot find a public type named 'RadButton'

I'm not sure if this is because I'm referencing the WPF45 dlls or something else.
I do see there is a WPF40 folder in the regular Binaries folder.
This makes me question if the WPF40 Binaries.NoXaml are missing.

Are they missing?
Or should WPF45 work fine?
I look forward to any advice.
Buzz

Buzz
Top achievements
Rank 1
 answered on 22 Apr 2019
3 answers
61 views
Hi there,

I have an issue getting customizing CellEditTemplate to work. I am trying to update the title of a task in db, so I am using GanttView_TaskEdited event to get edited task. However e.Task.Title gives me existing value instead of giving me new value that just entered by user. Any thoughts on this?

Thanks,
Bahram Afsharipoor
Dilyan Traykov
Telerik team
 answered on 22 Apr 2019
Narrow your results
Selected tags
Tags
+113 more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?